Skip to content

Commit 1c98ae5

Browse files
committed
Update versions for v1.7.0
1 parent c51d08e commit 1c98ae5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Compatibility
1717
-------------
1818
Plugin version | GitBucket version
1919
:--------------|:-----------------
20+
1.7.x | >= 4.37.y
2021
1.6.x | >= 4.32.y
2122
1.5.x | >= 4.29.y
2223
1.4.x | >= 4.25.y

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name := "gitbucket-plantuml-plugin"
22

33
organization := "com.yotaichino"
44

5-
version := "1.6.2"
5+
version := "1.7.0"
66

7-
scalaVersion := "2.13.0"
8-
gitbucketVersion := "4.32.0"
7+
scalaVersion := "2.13.7"
8+
gitbucketVersion := "4.37.0"
99

1010
libraryDependencies ++= Seq(
1111
"org.scalatest" %% "scalatest" % "3.0.8" % "test"

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.5.6

src/main/scala/Plugin.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2020
new Version("1.4.0"),
2121
new Version("1.5.0"),
2222
new Version("1.6.0"),
23-
new Version("1.6.1")
23+
new Version("1.6.1"),
24+
new Version("1.6.2"),
25+
new Version("1.7.0")
2426
)
2527

2628
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {

0 commit comments

Comments
 (0)