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")