Skip to content

Commit e7b9230

Browse files
committed
bump version, remove gitbucket mirror
1 parent 41f2730 commit e7b9230

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 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.2"
5+
version := "0.3"
66

77
scalaVersion := "2.11.7"
88

@@ -11,7 +11,6 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-featur
1111
resolvers += Resolver.jcenterRepo
1212

1313
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
14-
// resolvers += "gitbucket-mirror" at "https://dl.bintray.com/yaroot/mirror-gitbucket/"
1514

1615
libraryDependencies ++= Seq(
1716
"gitbucket" % "gitbucket-assembly" % "3.12.0" % "provided",

0 commit comments

Comments
 (0)