We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c468f commit 2bb1abfCopy full SHA for 2bb1abf
build.sbt
@@ -1,5 +1,5 @@
1
name := "gitbucket-notifications-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.7.0"
+version := "1.7.1"
4
scalaVersion := "2.12.7"
5
gitbucketVersion := "4.30.0"
src/main/scala/Plugin.scala
@@ -31,7 +31,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
31
new Version("1.5.0"),
32
new Version("1.5.1"),
33
new Version("1.6.0"),
34
- new Version("1.7.0")
+ new Version("1.7.0"),
35
+ new Version("1.7.1")
36
)
37
38
override val controllers = Seq(
0 commit comments