We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5921ad0 commit 19af97dCopy full SHA for 19af97d
build.sbt
@@ -13,6 +13,6 @@ resolvers += Resolver.jcenterRepo
13
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
14
15
libraryDependencies ++= Seq(
16
- "gitbucket" % "gitbucket-assembly" % "3.9.0" % "provided",
17
- "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
+ "gitbucket" % "gitbucket-assembly" % "3.11.0" % "provided",
+ "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
18
)
0 commit comments