Skip to content

Commit 77171d6

Browse files
committed
Bump to GitBucket 4.16.0
1 parent ea7f437 commit 77171d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scalaVersion := "2.12.2"
77
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
88

99
libraryDependencies ++= Seq(
10-
"io.github.gitbucket" %% "gitbucket" % "4.16.0-SNAPSHOT" % "provided",
10+
"io.github.gitbucket" %% "gitbucket" % "4.16.0" % "provided",
1111
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1212
)
1313

0 commit comments

Comments
 (0)