mirror of https://github.com/sbt/sbt.git
Merge pull request #138 from dwijnand/houserules
Upgrade to sbt-houserules 0.3.5
This commit is contained in:
commit
96c88a4291
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue