Skip to content

Commit 15191aa

Browse files
committed
Bump to GitBucket 4.14
1 parent 6250058 commit 15191aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
4.9.x | 4.14.x -
78
4.8.x | 4.11.x - 4.13.x
89
4.7.x | 4.11.x
910
4.6.x | 4.10.x

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.8.0"
3+
val ProjectVersion = "4.9.0"
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.12.0" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.14.0" % "provided",
1414
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1616
)

0 commit comments

Comments
 (0)