Skip to content

Commit 3cf9564

Browse files
committed
Update version
1 parent 15191aa commit 3cf9564

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version := ProjectVersion
1010
scalaVersion := "2.12.2"
1111

1212
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.14.0" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.14.1" % "provided",
1414
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1616
)

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2929
new Version("4.5.0"),
3030
new Version("4.6.0"),
3131
new Version("4.7.0"),
32-
new Version("4.8.0")
32+
new Version("4.8.0"),
33+
new Version("4.9.0")
3334
)
3435

3536
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {

0 commit comments

Comments
 (0)