Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ It is then possible, for example, to notify every user that an upgrade of the sy

Plugin version | GitBucket version
:--------------|:-----------------
1.14.x | 4.35.x
1.13.x | 4.33.x
1.12.x | 4.32.x
1.11.x | 4.26.x
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "gitbucket-announce-plugin"
organization := "fr.brouillard.gitbucket"
version := "1.13.0"
version := "1.14.0"
scalaVersion := "2.13.1"
gitbucketVersion := "4.33.0"
gitbucketVersion := "4.35.0"
scalacOptions += "-deprecation"
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.2.8
sbt.version = 1.4.4
1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
, new Version("1.11.0")
, new Version("1.12.0")
, new Version("1.13.0")
, new Version("1.14.0")
)

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