Skip to content

Commit a4ed94e

Browse files
committed
update gitbucket to 4.14.1 & release v1.3
1 parent 8f77a9e commit a4ed94e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolvers ++= Seq(
1111
)
1212

1313
libraryDependencies ++= Seq(
14-
"io.github.gitbucket" %% "gitbucket" % "4.14.0",
14+
"io.github.gitbucket" %% "gitbucket" % "4.14.1",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0",
1616
"com.typesafe.play" %% "twirl-compiler" % "1.3.2"
1717
)

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2626
new LiquibaseMigration("update/gitbucket-page_1.1.xml"),
2727
new SqlMigration("update/gitbucket-page_1.1.sql")
2828
),
29-
new Version("1.2")
29+
new Version("1.2"),
30+
new Version("1.3")
3031
)
3132

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

0 commit comments

Comments
 (0)