File tree 2 files changed +3
-2
lines changed
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
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
+ 4.8.x | 4.11.x, 4.12.x
7
8
4.7.x | 4.11.x
8
9
4.6.x | 4.10.x
9
10
4.5.x | 4.9.x
Original file line number Diff line number Diff line change 1
1
val Organization = " io.github.gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
- val ProjectVersion = " 4.8.0-SNAPSHOT "
3
+ val ProjectVersion = " 4.8.0"
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
6
6
@@ -10,7 +10,7 @@ version := ProjectVersion
10
10
scalaVersion := " 2.12.1"
11
11
12
12
libraryDependencies ++= Seq (
13
- " io.github.gitbucket" %% " gitbucket" % " 4.11 .0" % " provided" ,
13
+ " io.github.gitbucket" %% " gitbucket" % " 4.12 .0" % " provided" ,
14
14
" com.typesafe.play" %% " twirl-compiler" % " 1.3.0" % " provided" ,
15
15
" javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
16
16
)
You can’t perform that action at this time.
0 commit comments