Upgrade to sbt-houserules 0.3.5

This commit is contained in:
Dale Wijnand 2017-12-19 13:22:48 +00:00
parent 6b102af836
commit 28bcc6c602
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
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")