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 fbe4cad commit b89ae4eCopy full SHA for b89ae4e
build.sbt
@@ -7,7 +7,7 @@ version := "1.0.0"
7
scalaVersion := "2.12.2"
8
9
libraryDependencies ++= Seq(
10
- "io.github.gitbucket" %% "gitbucket" % "4.17.0-SNAPSHOT" % "provided",
+ "io.github.gitbucket" %% "gitbucket" % "4.17.0" % "provided",
11
"org.fusesource.jansi" % "jansi" % "1.16",
12
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
13
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
0 commit comments