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 f5bd660 commit caff4f8Copy full SHA for caff4f8
project/build.scala
@@ -25,7 +25,7 @@ object MyBuild extends Build {
25
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
26
),
27
libraryDependencies ++= Seq(
28
- "gitbucket" % "gitbucket-assembly" % "3.2.0" % "provided",
+ "gitbucket" % "gitbucket-assembly" % "3.3.0" % "provided",
29
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
30
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
31
0 commit comments