We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7f437 commit 77171d6Copy full SHA for 77171d6
build.sbt
@@ -7,7 +7,7 @@ scalaVersion := "2.12.2"
7
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
8
9
libraryDependencies ++= Seq(
10
- "io.github.gitbucket" %% "gitbucket" % "4.16.0-SNAPSHOT" % "provided",
+ "io.github.gitbucket" %% "gitbucket" % "4.16.0" % "provided",
11
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
12
)
13
0 commit comments