Skip to content

Commit

Permalink
Bump to GitBucket 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Sep 2, 2017
1 parent 12c3aac commit cd83656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ It is then possible, for example, to notify every user that an upgrade of the sy

Plugin version | GitBucket version
:--------------|:-----------------
1.7.x | 4.16.y
1.6.x | 4.10.y
1.5.x | 4.3.y
1.4.x | 4.0.0 -> 4.2.x
Expand Down
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.13.0" % "provided",
"io.github.gitbucket" %% "gitbucket" % "4.16.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 cd83656

Please sign in to comment.