Skip to content

Commit

Permalink
update gitbucket to 4.14.1 & release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroot committed Jul 10, 2017
1 parent 8f77a9e commit a4ed94e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.0",
"io.github.gitbucket" %% "gitbucket" % "4.14.1",
"javax.servlet" % "javax.servlet-api" % "3.1.0",
"com.typesafe.play" %% "twirl-compiler" % "1.3.2"
)
Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new LiquibaseMigration("update/gitbucket-page_1.1.xml"),
new SqlMigration("update/gitbucket-page_1.1.sql")
),
new Version("1.2")
new Version("1.2"),
new Version("1.3")
)

override val controllers: Seq[(String, ControllerBase)] = Seq(
Expand Down

0 comments on commit a4ed94e

Please sign in to comment.