Skip to content

Commit

Permalink
Bump to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jun 5, 2018
1 parent d941a52 commit 348b411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
organization := "gitbucket"
name := "gitbucket-pages-plugin"
scalaVersion := "2.12.4"
version := "1.7.0"
gitbucketVersion := "4.24.1"
scalaVersion := "2.12.6"
version := "1.7.1"
gitbucketVersion := "4.25.0"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")

scalafmtOnCompile := true
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.1
sbt.version=1.1.6

0 comments on commit 348b411

Please sign in to comment.