Skip to content

Commit c65281c

Browse files
committed
Bump to GitBucket 4.15
1 parent 526d93c commit c65281c

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,6 +1,6 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
3-
val ProjectVersion = "4.9.1"
3+
val ProjectVersion = "4.9.2"
44

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

@@ -10,7 +10,7 @@ version := ProjectVersion
1010
scalaVersion := "2.12.2"
1111

1212
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.14.1" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.15.0" % "provided",
1414
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1616
)

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3131
new Version("4.7.0"),
3232
new Version("4.8.0"),
3333
new Version("4.9.0"),
34-
new Version("4.9.1")
34+
new Version("4.9.1"),
35+
new Version("4.9.2")
3536
)
3637

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

0 commit comments

Comments
 (0)