File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
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.8.x | 4.32.x
7
8
1.7.x | 4.30.x
8
9
1.6.x | 4.26.x
9
10
1.5.x | 4.23.x - 4.25.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.7.1 "
4
- scalaVersion := " 2.12.7 "
5
- gitbucketVersion := " 4.30 .0"
3
+ version := " 1.8.0 "
4
+ scalaVersion := " 2.13.0 "
5
+ gitbucketVersion := " 4.32 .0"
Original file line number Diff line number Diff line change 1
- sbt.version =1.2.6
1
+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" io.github.gitbucket" % " sbt-gitbucket-plugin" % " 1.3 .0" )
1
+ addSbtPlugin(" io.github.gitbucket" % " sbt-gitbucket-plugin" % " 1.5 .0" )
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
32
32
new Version (" 1.5.1" ),
33
33
new Version (" 1.6.0" ),
34
34
new Version (" 1.7.0" ),
35
- new Version (" 1.7.1" )
35
+ new Version (" 1.7.1" ),
36
+ new Version (" 1.8.0" )
36
37
)
37
38
38
39
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments