Skip to content

Commit

Permalink
update gitbucket to 4.15.0, bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroot committed Jul 24, 2017
1 parent fc5fd27 commit 3eec533
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolvers ++= Seq(
)

libraryDependencies ++= Seq(
"io.github.gitbucket" %% "gitbucket" % "4.14.1",
"io.github.gitbucket" %% "gitbucket" % "4.15.0",
"javax.servlet" % "javax.servlet-api" % "3.1.0"
)

3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
),
new Version("1.2"),
new Version("1.3"),
new Version("1.4.0")
new Version("1.4.0"),
new Version("1.5.0")
)

override val controllers: Seq[(String, ControllerBase)] = Seq(
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "1.4.0"
version := "1.5.0"

0 comments on commit 3eec533

Please sign in to comment.