Skip to content

Commit f94143e

Browse files
authored
Bump to GitBucket 4.32, sbt-gitbucket-plugin 1.5.0 and Scala 2.13.0 (#14)
1 parent dbfed06 commit f94143e

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
1.8.x | 4.32.x
78
1.7.x | 4.30.x
89
1.6.x | 4.26.x
910
1.5.x | 4.23.x - 4.25.x

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-notifications-plugin"
22
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"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.6
1+
sbt.version=1.2.8

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")
1+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)