File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 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.
44
55Plugin version | GitBucket version
66:--------------|:--------------------
7+ 1.8.x | 4.32.x
781.7.x | 4.30.x
891.6.x | 4.26.x
9101.5.x | 4.23.x - 4.25.x
Original file line number Diff line number Diff line change 11name := " gitbucket-notifications-plugin"
22organization := " 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 {
3232 new Version (" 1.5.1" ),
3333 new Version (" 1.6.0" ),
3434 new Version (" 1.7.0" ),
35- new Version (" 1.7.1" )
35+ new Version (" 1.7.1" ),
36+ new Version (" 1.8.0" )
3637 )
3738
3839 override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments