Skip to content

Commit

Permalink
Bump to GitBucket 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Sep 24, 2017
1 parent f4b9f09 commit 7084bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version := ProjectVersion
scalaVersion := "2.12.2"

libraryDependencies ++= Seq(
"io.github.gitbucket" %% "gitbucket" % "4.17.0-SNAPSHOT" % "provided",
"io.github.gitbucket" %% "gitbucket" % "4.17.0" % "provided",
"io.github.gitbucket" % "solidbase" % "1.0.2" % "provided",
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
"org.apache.commons" % "commons-email" % "1.4" % "provided",
Expand Down

0 comments on commit 7084bd4

Please sign in to comment.