We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19e71b commit 25ac9d9Copy full SHA for 25ac9d9
project/build.scala
@@ -7,7 +7,7 @@ object MyBuild extends Build {
7
8
val Organization = "jp.sf.amateras"
9
val Name = "gitbucket-gist-plugin"
10
- val Version = "3.6.0"
+ val Version = "3.7.0"
11
val ScalaVersion = "2.11.6"
12
13
lazy val project = Project (
@@ -25,7 +25,7 @@ object MyBuild extends Build {
25
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
26
),
27
libraryDependencies ++= Seq(
28
- "gitbucket" % "gitbucket-assembly" % "3.6.0" % "provided",
+ "gitbucket" % "gitbucket-assembly" % "3.7.0" % "provided",
29
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
30
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
31
0 commit comments