Skip to content

Commit 25ac9d9

Browse files
committed
(refs #21)Bump to GitBucket 3.7
1 parent c19e71b commit 25ac9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/build.scala

+2-2
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.6.0"
10+
val Version = "3.7.0"
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.6.0" % "provided",
28+
"gitbucket" % "gitbucket-assembly" % "3.7.0" % "provided",
2929
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
3030
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
3131
),

0 commit comments

Comments
 (0)