From 84907c359733e18f5e941c4bbf296fd78544039a Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 19 Dec 2017 13:20:38 +0000 Subject: [PATCH] Upgrade to sbt-houserules 0.3.5 --- build.sbt | 2 -- project/plugins.sbt | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 5c0a6e2d..f672a3ce 100644 --- a/build.sbt +++ b/build.sbt @@ -19,9 +19,7 @@ lazy val ioRoot = (project in file(".")) homepage := Some(url("https://github.com/sbt/io")), description := "IO module for sbt", scmInfo := Some(ScmInfo(url("https://github.com/sbt/io"), "git@github.com:sbt/io.git")), - scalafmtOnCompile := true, scalafmtOnCompile in Sbt := false, - scalafmtVersion := "1.2.0", )), commonSettings, name := "IO Root", diff --git a/project/plugins.sbt b/project/plugins.sbt index 26b1d2b9..b85b1f52 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +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") -resolvers += Resolver.sonatypeRepo("public")