Skip to content

Commit f958684

Browse files
authored
bump gitbucket to 4.35.0 (#21)
1 parent 9212da3 commit f958684

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ It is then possible, for example, to notify every user that an upgrade of the sy
1616

1717
Plugin version | GitBucket version
1818
:--------------|:-----------------
19+
1.14.x | 4.35.x
1920
1.13.x | 4.33.x
2021
1.12.x | 4.32.x
2122
1.11.x | 4.26.x

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-announce-plugin"
22
organization := "fr.brouillard.gitbucket"
3-
version := "1.13.0"
3+
version := "1.14.0"
44
scalaVersion := "2.13.1"
5-
gitbucketVersion := "4.33.0"
5+
gitbucketVersion := "4.35.0"
66
scalacOptions += "-deprecation"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.2.8
1+
sbt.version = 1.4.4

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2727
, new Version("1.11.0")
2828
, new Version("1.12.0")
2929
, new Version("1.13.0")
30+
, new Version("1.14.0")
3031
)
3132

3233
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)