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 @@ -5,5 +5,5 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
55## Instllation
66
771 . Hit ` ./sbt.sh package ` in the root directory of this repository.
8- 2 . Copy ` target/scala-2.11/gitbucket-gist-plugin_2.11-1.2 .jar ` into ` GITBUCKET_HOME/plugins ` .
8+ 2 . Copy ` target/scala-2.11/gitbucket-gist-plugin_2.11-1.3 .jar ` into ` GITBUCKET_HOME/plugins ` .
993 . Restart GitBucket.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object MyBuild extends Build {
77
88 val Organization = " jp.sf.amateras"
99 val Name = " gitbucket-gist-plugin"
10- val Version = " 1.2 "
10+ val Version = " 1.3 "
1111 val ScalaVersion = " 2.11.6"
1212
1313 lazy val project = Project (
@@ -25,7 +25,7 @@ object MyBuild extends Build {
2525 " amateras-repo" at " http://amateras.sourceforge.jp/mvn/"
2626 ),
2727 libraryDependencies ++= Seq (
28- " gitbucket" % " gitbucket-assembly" % " 3.2 .0" % " provided" ,
28+ " gitbucket" % " gitbucket-assembly" % " 3.3 .0" % " provided" ,
2929 " com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
3030 " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
3131 ),
You can’t perform that action at this time.
0 commit comments