Skip to content

Commit 1e1f98b

Browse files
committed
Update for GitBucket 4.23.0
1 parent 811c721 commit 1e1f98b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-gist-plugin"
3-
version := "4.12.0"
3+
version := "4.13.0"
44
scalaVersion := "2.12.4"
5-
gitbucketVersion := "4.21.0"
5+
gitbucketVersion := "4.23.0"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
88
javacOptions in compile ++= Seq("-target", "8", "-source", "8")

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3434
new Version("4.9.1"),
3535
new Version("4.10.0"),
3636
new Version("4.11.0"),
37-
new Version("4.12.0")
37+
new Version("4.12.0"),
38+
new Version("4.13.0")
3839
)
3940

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

0 commit comments

Comments
 (0)