Merge pull request #138 from dwijnand/houserules

Upgrade to sbt-houserules 0.3.5
This commit is contained in:
eugene yokota 2017-12-19 14:35:58 -05:00 committed by GitHub
commit 96c88a4291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -65,9 +65,7 @@ lazy val utilRoot: Project = (project in file("."))
homepage := Some(url("https://github.com/sbt/util")),
description := "Util module for sbt",
scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "git@github.com:sbt/util.git")),
scalafmtOnCompile := true,
scalafmtOnCompile in Sbt := false,
scalafmtVersion := "1.2.0",
)),
commonSettings,
name := "Util Root",

View File

@ -1,2 +1,2 @@
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.4")
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.5")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.2")