We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f632bbd + 2c8dbd7 commit 6de44b1Copy full SHA for 6de44b1
build.sbt
@@ -1,5 +1,5 @@
1
name := "gitbucket-notifications-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.5.0"
4
-scalaVersion := "2.12.4"
+version := "1.5.1"
+scalaVersion := "2.12.6"
5
gitbucketVersion := "4.25.0"
project/build.properties
@@ -1 +1 @@
-sbt.version=1.1.1
+sbt.version=1.1.6
src/main/scala/Plugin.scala
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
28
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
29
),
30
new Version("1.4.0"),
31
- new Version("1.5.0")
+ new Version("1.5.0"),
32
+ new Version("1.5.1")
33
)
34
35
override val controllers = Seq(
0 commit comments