We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f5502 commit cb22f83Copy full SHA for cb22f83
build.sbt
@@ -1,5 +1,5 @@
1
name := "gitbucket-notifications-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.5.1"
+version := "1.6.0"
4
scalaVersion := "2.12.6"
5
-gitbucketVersion := "4.26.0-SNAPSHOT"
+gitbucketVersion := "4.26.0"
src/main/scala/Plugin.scala
@@ -29,7 +29,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
29
),
30
new Version("1.4.0"),
31
new Version("1.5.0"),
32
- new Version("1.5.1")
+ new Version("1.5.1"),
33
+ new Version("1.6.0")
34
)
35
36
override val controllers = Seq(
0 commit comments