Skip to content

Commit e211385

Browse files
committed
use gitbucket-assembly mirror on bintray
1 parent 5e36abd commit e211385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-featur
1010

1111
resolvers += Resolver.jcenterRepo
1212

13-
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
13+
// resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
14+
resolvers += "gitbucket-mirror" at "https://dl.bintray.com/yaroot/mirror-gitbucket/"
1415

1516
libraryDependencies ++= Seq(
1617
"gitbucket" % "gitbucket-assembly" % "3.11.0" % "provided",

0 commit comments

Comments
 (0)