Skip to content

Commit

Permalink
Merge pull request #111 from dwijnand/houserules
Browse files Browse the repository at this point in the history
Upgrade to sbt-houserules 0.3.5
  • Loading branch information
eed3si9n authored Dec 19, 2017
2 parents 70aed88 + 84907c3 commit ead1c7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"), "[email protected]:sbt/io.git")),
scalafmtOnCompile := true,
scalafmtOnCompile in Sbt := false,
scalafmtVersion := "1.2.0",
)),
commonSettings,
name := "IO Root",
Expand Down
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit ead1c7c

Please sign in to comment.