diff --git a/README.MD b/README.MD index 8805337..1bec401 100644 --- a/README.MD +++ b/README.MD @@ -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 diff --git a/build.sbt b/build.sbt index 7328607..91e064f 100644 --- a/build.sbt +++ b/build.sbt @@ -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" diff --git a/project/build.properties b/project/build.properties index caf3725..66d312e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.2.8 +sbt.version = 1.4.4 diff --git a/src/main/scala/Plugin.scala b/src/main/scala/Plugin.scala index 9a9e9f1..a26d7fc 100644 --- a/src/main/scala/Plugin.scala +++ b/src/main/scala/Plugin.scala @@ -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(