Skip to content

Commit

Permalink
Merge pull request #5 from onukura/gb435
Browse files Browse the repository at this point in the history
Bump gitbucket to 4.35.0
  • Loading branch information
kasancode authored Jan 3, 2021
2 parents 22c9a4f + ca18573 commit 0e761ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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.3"
gitbucketVersion := "4.35.0"

lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
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.6
1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)


Expand Down

0 comments on commit 0e761ab

Please sign in to comment.