Skip to content

Commit e5b07cd

Browse files
takezoeyaroot
authored andcommitted
Bump to GitBucket 4.32 and sbt-gitbucket-plugin 1.5.0
1 parent e57853c commit e5b07cd

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "gitbucket"
22
name := "gitbucket-pages-plugin"
3-
scalaVersion := "2.12.7"
4-
version := "1.7.1"
5-
gitbucketVersion := "4.30.0"
3+
scalaVersion := "2.12.8"
4+
version := "1.8.0"
5+
gitbucketVersion := "4.32.0-SNAPSHOT"
66
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
77

88
scalafmtOnCompile := true

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.6
1+
sbt.version=1.2.6

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.0")
22
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
3-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")
3+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3232
new Version("1.5.0"),
3333
new Version("1.6.0"),
3434
new Version("1.7.0"),
35-
new Version("1.7.1")
35+
new Version("1.7.1"),
36+
new Version("1.8.0")
3637
)
3738

3839
override val controllers: Seq[(String, ControllerBase)] = Seq("/*" -> new PagesController)

0 commit comments

Comments
 (0)