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 4f43a37 commit b67c5dfCopy full SHA for b67c5df
build.sbt
@@ -11,7 +11,7 @@ scalaVersion := "2.12.1"
11
12
13
libraryDependencies ++= Seq(
14
- "io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
+ "io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
15
"io.github.gitbucket" % "solidbase" % "1.0.0" % "provided",
16
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
17
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
0 commit comments