Skip to content

Commit 00162b9

Browse files
committedApr 29, 2017
Release 4.8.0
1 parent 17a0774 commit 00162b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎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.8.x | 4.11.x, 4.12.x
78
4.7.x | 4.11.x
89
4.6.x | 4.10.x
910
4.5.x | 4.9.x

‎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-SNAPSHOT"
3+
val ProjectVersion = "4.8.0"
44

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

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

1212
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.12.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)