We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd4292 commit 6fdeae6Copy full SHA for 6fdeae6
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.5.0" % "provided",
+ "gitbucket" % "gitbucket-assembly" % "3.6.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