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 @@ -7,7 +7,7 @@ object MyBuild extends Build {
77
88 val Organization = " jp.sf.amateras"
99 val Name = " gitbucket-gist-plugin"
10- val Version = " 3.11 .0"
10+ val Version = " 3.12 .0"
1111 val ScalaVersion = " 2.11.6"
1212
1313 lazy val project = Project (
@@ -26,7 +26,7 @@ object MyBuild extends Build {
2626 " amateras-snapshot-repo" at " http://amateras.sourceforge.jp/mvn-snapshot/"
2727 ),
2828 libraryDependencies ++= Seq (
29- " gitbucket" % " gitbucket-assembly" % " 3.11 .0" % " provided" ,
29+ " gitbucket" % " gitbucket-assembly" % " 3.12 .0" % " provided" ,
3030 " com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
3131 " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
3232 ),
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1717 override val description : String = " Provides Gist feature on GitBucket."
1818
1919 override val versions : List [Version ] = List (
20+ Version (3 , 12 ),
2021 Version (3 , 6 ),
2122 Version (1 , 3 ),
2223 Version (1 , 2 ),
You can’t perform that action at this time.
0 commit comments