Skip to content

Commit 6b91b77

Browse files
committed
bump gitbucket to 4.2.0
1 parent d201e77 commit 6b91b77

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
@@ -7,10 +7,10 @@ resolvers += Resolver.jcenterRepo
77
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
88

99
libraryDependencies ++= Seq(
10-
"gitbucket" % "gitbucket-assembly" % "4.0.0" % "provided",
10+
"gitbucket" % "gitbucket-assembly" % "4.2.0" % "provided",
1111
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1212
)
1313

1414
// bintrayReleaseOnPublish in ThisBuild := false
1515
bintrayOmitLicense := true
16-
bintrayRepository := "gitbucket-pages-plugin"
16+
bintrayRepository := "gitbucket-pages-plugin"

0 commit comments

Comments
 (0)