Skip to content

Commit 3eec533

Browse files
committed
update gitbucket to 4.15.0, bump to 1.5.0
1 parent fc5fd27 commit 3eec533

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.1",
14+
"io.github.gitbucket" %% "gitbucket" % "4.15.0",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0"
1616
)
1717

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2828
),
2929
new Version("1.2"),
3030
new Version("1.3"),
31-
new Version("1.4.0")
31+
new Version("1.4.0"),
32+
new Version("1.5.0")
3233
)
3334

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

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version := "1.4.0"
1+
version := "1.5.0"

0 commit comments

Comments
 (0)