Skip to content

Commit 41f2730

Browse files
committed
Bump GitBucket to 3.12.0
1 parent 4240f71 commit 41f2730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-featur
1010

1111
resolvers += Resolver.jcenterRepo
1212

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

1616
libraryDependencies ++= Seq(
17-
"gitbucket" % "gitbucket-assembly" % "3.11.0" % "provided",
17+
"gitbucket" % "gitbucket-assembly" % "3.12.0" % "provided",
1818
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1919
)

0 commit comments

Comments
 (0)