Skip to content

Commit d941a52

Browse files
committed
Bump to sbt-gitbucket plugin 1.3.0
1 parent d578747 commit d941a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "gitbucket"
22
name := "gitbucket-pages-plugin"
33
scalaVersion := "2.12.4"
44
version := "1.7.0"
5-
gitbucketVersion := "4.23.0"
5+
gitbucketVersion := "4.24.1"
66
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
77

88
scalafmtOnCompile := true

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.2.0")
3+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")

0 commit comments

Comments
 (0)