Skip to content

Commit 14f6635

Browse files
committed
bump gitbucket to 4.35.0
1 parent 2bcd90d commit 14f6635

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-explorer-plugin"
3-
version := "8.0.0"
3+
version := "9.0.0"
44
scalaVersion := "2.13.1"
5-
gitbucketVersion := "4.34.0"
5+
gitbucketVersion := "4.35.0"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
88
javacOptions in compile ++= Seq("-target", "8", "-source", "8")

project/build.properties

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

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2424
new Version("6.0.0"),
2525
new Version("6.1.0"),
2626
new Version("7.0.0"),
27-
new Version("8.0.0")
27+
new Version("8.0.0"),
28+
new Version("9.0.0")
2829
)
2930

3031
override val controllers = Seq(

0 commit comments

Comments
 (0)