From 864d4d76028ef724f117422c5c5a28f52067b463 Mon Sep 17 00:00:00 2001 From: onukura <26293997+onukura@users.noreply.github.com> Date: Thu, 17 Dec 2020 12:12:32 +0900 Subject: [PATCH 1/2] bump gitbucket to 4.35.0 --- README.md | 1 + build.sbt | 6 +++--- project/build.properties | 2 +- src/main/scala/Plugin.scala | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82584b7..fb5a0fc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Download jar file from [the release page](https://github.com/kasancode/gitbucket Plugin version|GitBucket version :---|:--- +1.2.x|4.35.x - 1.1.x|4.32.x - 1.0.x|4.26.x - 4.31.x diff --git a/build.sbt b/build.sbt index 98a46e6..326afdb 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "gitbucket-ganttchart-plugin" organization := "io.github.gitbucket" -version := "1.1.0" -scalaVersion := "2.13.0" -gitbucketVersion := "4.32.0" +version := "1.2.0" +scalaVersion := "2.13.1" +gitbucketVersion := "4.35.0" lazy val root = (project in file(".")).enablePlugins(SbtTwirl) \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index dca663d..fc08cae 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 92ec4d2..51c1ddf 100644 --- a/src/main/scala/Plugin.scala +++ b/src/main/scala/Plugin.scala @@ -15,6 +15,7 @@ class Plugin extends gitbucket.core.plugin.Plugin { new Version("1.0.2"), new Version("1.0.3"), new Version("1.1.0"), + new Version("1.2.0"), ) From ca185735d765288b61907c7ee75455e099d7e356 Mon Sep 17 00:00:00 2001 From: onukura <26293997+onukura@users.noreply.github.com> Date: Wed, 30 Dec 2020 14:12:00 +0900 Subject: [PATCH 2/2] bump to scala 2.13.3 and sbt 1.4.6 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 326afdb..ade22d5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "gitbucket-ganttchart-plugin" organization := "io.github.gitbucket" version := "1.2.0" -scalaVersion := "2.13.1" +scalaVersion := "2.13.3" gitbucketVersion := "4.35.0" lazy val root = (project in file(".")).enablePlugins(SbtTwirl) \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index fc08cae..daac5db 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.4.4 +sbt.version = 1.4.6