File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
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.0.x | 4.0.x
783.13.x | 3.13.x
893.12.x | 3.12.x
9103.11.x | 3.11.x
Original file line number Diff line number Diff line change 11val Organization = " gitbucket"
22val Name = " gitbucket-gist-plugin"
3- val Version = " 2 .0.0-SNAPSHOT "
3+ val Version = " 4 .0.0"
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
@@ -15,9 +15,9 @@ resolvers ++= Seq(
1515)
1616
1717libraryDependencies ++= Seq (
18- " gitbucket" % " gitbucket-assembly" % " 4.0.0-SNAPSHOT " % " provided" ,
19- " com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
20- " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
18+ " gitbucket" % " gitbucket-assembly" % " 4.0.0" % " provided" ,
19+ " com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
20+ " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
2121)
2222
2323scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" )
Original file line number Diff line number Diff line change 11#! /bin/sh
22./sbt.sh package
3- cp target/scala-2.11/gitbucket-gist-plugin_2.11-2 .0.0-SNAPSHOT .jar ~ /.gitbucket/plugins/
3+ cp target/scala-2.11/gitbucket-gist-plugin_2.11-4 .0.0.jar ~ /.gitbucket/plugins/
You can’t perform that action at this time.
0 commit comments