Skip to content

Commit

Permalink
Bump to sbt-gitbucket plugin 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed May 17, 2018
1 parent d578747 commit d941a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "gitbucket"
name := "gitbucket-pages-plugin"
scalaVersion := "2.12.4"
version := "1.7.0"
gitbucketVersion := "4.23.0"
gitbucketVersion := "4.24.1"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")

scalafmtOnCompile := true
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.2.0")
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")

0 comments on commit d941a52

Please sign in to comment.