Skip to content

Commit

Permalink
Merge pull request #32 from onukura/gb435
Browse files Browse the repository at this point in the history
Bump gitbucket to 4.35.0
  • Loading branch information
yoshinorin authored Dec 28, 2020
2 parents fdd07ec + b58a1da commit 020ca9d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: scala
scala:
- 2.12.8
- 2.13.1
jdk:
- openjdk11
script:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Goto the `System Administration` menu, you can see `Monitoring` section.

|Plugin version|GitBucket version|
|:-------------:|:-------:|
|5.0.x|4.35.0 - |
|4.0.x|4.32.0 - 4.34.0|
|3.2.0|4.25.0 - 4.31.x|
|3.1.0|4.25.0 - 4.31.x|
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
val Name = "gitbucket-monitorting-plugin"
val Organization = "net.yoshinorin"
val Version = "4.0.1"
val Version = "5.0.0"

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

name := Name
organization := Organization
version := Version
scalaVersion := "2.13.0"
gitbucketVersion := "4.32.0"
scalaVersion := "2.13.1"
gitbucketVersion := "4.35.0"

scalacOptions ++= Seq(
"-deprecation",
Expand Down
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.4
1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("3.2.0"),
new Version("4.0.0"),
new Version("4.0.1"),
new Version("5.0.0"),
)

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

0 comments on commit 020ca9d

Please sign in to comment.