Skip to content

Commit 4b34270

Browse files
committed
Update to GitBucket 3.12
1 parent 7f209f3 commit 4b34270

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
),

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)