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.
2 parents ae3ebca + 046684e commit 5da5f5eCopy full SHA for 5da5f5e
build.sbt
@@ -10,7 +10,7 @@ version := Version
10
scalaVersion := "2.12.1"
11
12
libraryDependencies ++= Seq(
13
- "io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
+ "io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
14
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
15
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
16
)
0 commit comments