Skip to content

Commit 19af97d

Browse files
committed
bump gitbucket to 3.11.0
1 parent 5921ad0 commit 19af97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ resolvers += Resolver.jcenterRepo
1313
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
1414

1515
libraryDependencies ++= Seq(
16-
"gitbucket" % "gitbucket-assembly" % "3.9.0" % "provided",
17-
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
16+
"gitbucket" % "gitbucket-assembly" % "3.11.0" % "provided",
17+
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1818
)

0 commit comments

Comments
 (0)