Skip to content

Commit 453466b

Browse files
committed
bump gitbucket to 3.13
1 parent e7d9993 commit 453466b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "gitbucket"
22

33
name := "pages-plugin"
44

5-
version := "0.3"
5+
version := "0.4"
66

77
scalaVersion := "2.11.7"
88

@@ -13,6 +13,6 @@ resolvers += Resolver.jcenterRepo
1313
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
1414

1515
libraryDependencies ++= Seq(
16-
"gitbucket" % "gitbucket-assembly" % "3.12.0" % "provided",
16+
"gitbucket" % "gitbucket-assembly" % "3.13.0" % "provided",
1717
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1818
)

0 commit comments

Comments
 (0)