File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
44
55Plugin version | GitBucket version
66:--------------|:--------------------
7+ 4.9.x | 4.14.x -
784.8.x | 4.11.x - 4.13.x
894.7.x | 4.11.x
9104.6.x | 4.10.x
Original file line number Diff line number Diff line change 11val Organization = " io.github.gitbucket"
22val ProjectName = " gitbucket-gist-plugin"
3- val ProjectVersion = " 4.8 .0"
3+ val ProjectVersion = " 4.9 .0"
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
@@ -10,7 +10,7 @@ version := ProjectVersion
1010scalaVersion := " 2.12.2"
1111
1212libraryDependencies ++= 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)
You can’t perform that action at this time.
0 commit comments