Skip to content

Commit

Permalink
(refs #21)Bump to GitBucket 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Oct 10, 2015
1 parent c19e71b commit 25ac9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object MyBuild extends Build {

val Organization = "jp.sf.amateras"
val Name = "gitbucket-gist-plugin"
val Version = "3.6.0"
val Version = "3.7.0"
val ScalaVersion = "2.11.6"

lazy val project = Project (
Expand All @@ -25,7 +25,7 @@ object MyBuild extends Build {
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
),
libraryDependencies ++= Seq(
"gitbucket" % "gitbucket-assembly" % "3.6.0" % "provided",
"gitbucket" % "gitbucket-assembly" % "3.7.0" % "provided",
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
),
Expand Down

0 comments on commit 25ac9d9

Please sign in to comment.