Skip to content

Commit 4365ccd

Browse files
committed
Bump to GitBucket 4.34.0
1 parent 278b87b commit 4365ccd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Version
1010

1111
Plugin version|GitBucket version
1212
:-------------|:----------------
13+
8.0.x |4.34+
1314
7.0.x |4.32+
1415
6.1.x |4.26+
1516
6.0.x |4.23+
@@ -39,6 +40,9 @@ See `package.json` for more details.
3940

4041
Releases
4142
---
43+
### 8.0.0 - 8 Aug 2020
44+
- Bump to GitBucket 4.34.0
45+
4246
### 7.0.0 - 7 Aug 2019
4347
- Bump to GitBucket 4.32.0 and Scala 2.13.0
4448

build.sbt

Lines changed: 3 additions & 3 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 := "7.0.0"
4-
scalaVersion := "2.13.0"
5-
gitbucketVersion := "4.32.0"
3+
version := "8.0.0"
4+
scalaVersion := "2.13.1"
5+
gitbucketVersion := "4.34.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.2.8
1+
sbt.version = 1.3.13

0 commit comments

Comments
 (0)