Skip to content

Commit f53e49f

Browse files
committed
Bump to GitBucket 4.15
1 parent 3ce3981 commit f53e49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

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

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

1414
scalacOptions ++= Seq("-feature", "-deprecation")

0 commit comments

Comments
 (0)