File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
+ 1.10.x | 4.35.x
7
8
1.9.x | 4.34.x
8
9
1.8.x | 4.32.x - 4.33.x
9
10
1.7.x | 4.30.x - 4.31.x
Original file line number Diff line number Diff line change 1
1
name := " gitbucket-notifications-plugin"
2
2
organization := " io.github.gitbucket"
3
- version := " 1.9 .0"
3
+ version := " 1.10 .0"
4
4
scalaVersion := " 2.13.3"
5
5
gitbucketVersion := " 4.35.0"
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
34
34
new Version (" 1.7.0" ),
35
35
new Version (" 1.7.1" ),
36
36
new Version (" 1.8.0" ),
37
- new Version (" 1.9.0" )
37
+ new Version (" 1.9.0" ),
38
+ new Version (" 1.10.0" )
38
39
)
39
40
40
41
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments