Skip to content

Commit

Permalink
Merge pull request #26 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 63e4e03 + 17d3739 commit 452ff01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.6
- 2.13.1
jdk:
- oraclejdk8
script:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Goto the `System Administration` menu, you can see `Application Logs` section.

|Plugin version|GitBucket version|
|:-------------:|:-------:|
|3.0.0|4.35.0 - |
|2.0.0|4.32.0 - 4.34.0|
|1.0.0|4.25.0 - 4.31.x|
|0.2.0|4.25.0 - 4.27.0|
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-application-logs-plugin"
val Organization = "net.yoshinorin"
val Version = "2.0.0"
val Version = "3.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
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("0.1.0"),
new Version("0.2.0"),
new Version("1.0.0"),
new Version("2.0.0")
new Version("2.0.0"),
new Version("3.0.0")
)

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

0 comments on commit 452ff01

Please sign in to comment.