Skip to content

Commit 020ca9d

Browse files
authored
Merge pull request #32 from onukura/gb435
Bump gitbucket to 4.35.0
2 parents fdd07ec + b58a1da commit 020ca9d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: scala
33
scala:
4-
- 2.12.8
4+
- 2.13.1
55
jdk:
66
- openjdk11
77
script:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Goto the `System Administration` menu, you can see `Monitoring` section.
4040

4141
|Plugin version|GitBucket version|
4242
|:-------------:|:-------:|
43+
|5.0.x|4.35.0 - |
4344
|4.0.x|4.32.0 - 4.34.0|
4445
|3.2.0|4.25.0 - 4.31.x|
4546
|3.1.0|4.25.0 - 4.31.x|

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
val Name = "gitbucket-monitorting-plugin"
22
val Organization = "net.yoshinorin"
3-
val Version = "4.0.1"
3+
val Version = "5.0.0"
44

55
lazy val root = project in file(".")
66

77
name := Name
88
organization := Organization
99
version := Version
10-
scalaVersion := "2.13.0"
11-
gitbucketVersion := "4.32.0"
10+
scalaVersion := "2.13.1"
11+
gitbucketVersion := "4.35.0"
1212

1313
scalacOptions ++= Seq(
1414
"-deprecation",

project/build.properties

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

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1818
new Version("3.2.0"),
1919
new Version("4.0.0"),
2020
new Version("4.0.1"),
21+
new Version("5.0.0"),
2122
)
2223

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

0 commit comments

Comments
 (0)