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 {
7
7
8
8
val Organization = " jp.sf.amateras"
9
9
val Name = " gitbucket-gist-plugin"
10
- val Version = " 3.11 .0"
10
+ val Version = " 3.12 .0"
11
11
val ScalaVersion = " 2.11.6"
12
12
13
13
lazy val project = Project (
@@ -26,7 +26,7 @@ object MyBuild extends Build {
26
26
" amateras-snapshot-repo" at " http://amateras.sourceforge.jp/mvn-snapshot/"
27
27
),
28
28
libraryDependencies ++= Seq (
29
- " gitbucket" % " gitbucket-assembly" % " 3.11 .0" % " provided" ,
29
+ " gitbucket" % " gitbucket-assembly" % " 3.12 .0" % " provided" ,
30
30
" com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
31
31
" javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
32
32
),
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
17
17
override val description : String = " Provides Gist feature on GitBucket."
18
18
19
19
override val versions : List [Version ] = List (
20
+ Version (3 , 12 ),
20
21
Version (3 , 6 ),
21
22
Version (1 , 3 ),
22
23
Version (1 , 2 ),
You can’t perform that action at this time.
0 commit comments