File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +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.2.x | 4.2.x
7+ 4.2.x, 4.3.x | 4.2.x, 4.3 .x
884.0.x | 4.0.x, 4.1.x
993.13.x | 3.13.x
10103.12.x | 3.12.x
Original file line number Diff line number Diff line change 11val Organization = " gitbucket"
22val ProjectName = " gitbucket-gist-plugin"
3- val ProjectVersion = " 4.3.0-SNAPSHOT "
3+ val ProjectVersion = " 4.3.0"
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
@@ -15,7 +15,7 @@ resolvers ++= Seq(
1515)
1616
1717libraryDependencies ++= Seq (
18- " gitbucket" % " gitbucket-assembly" % " 4.3.0-SNAPSHOT " % " provided" ,
18+ " gitbucket" % " gitbucket-assembly" % " 4.3.0" % " provided" ,
1919 " com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
2020 " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
2121)
You can’t perform that action at this time.
0 commit comments