Skip to content

Commit 1b31304

Browse files
authored
Merge pull request #30 from onukura/dev
Bump gitbucket to 4.35.0
2 parents 267f1c7 + c2c4a41 commit 1b31304

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
1212

1313
Plugin version|GitBucket version
1414
:---|:---
15+
1.9.x|4.35.x
1516
1.8.x|4.34.x
1617
1.7.x|4.32.x
1718
1.6.x|4.26.x

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
val Organization = "com.github.mrkm4ntr"
22
val Name = "gitbucket-network-plugin"
3-
val Version = "1.8.1"
3+
val Version = "1.9.0"
44

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

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

1313
resolvers ++= Seq(
1414
Resolver.jcenterRepo

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2222
new Version("1.6.1"),
2323
new Version("1.7.0"),
2424
new Version("1.8.0"),
25-
new Version("1.8.1")
25+
new Version("1.8.1"),
26+
new Version("1.9.0")
2627
)
2728

2829
override val description: String = "Provides Network feature on Gitbucket."

0 commit comments

Comments
 (0)