Merge pull request #194 from dwijnand/houserules

Upgrade to sbt-houserules 0.3.5
This commit is contained in:
eugene yokota 2017-12-19 14:36:17 -05:00 committed by GitHub
commit badb96efb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ lazy val lmRoot = (project in file("."))
Some(ScmInfo(url(s"https://github.com/$slug"), s"git@github.com:$slug.git"))
},
bintrayPackage := "librarymanagement",
scalafmtOnCompile := true,
scalafmtOnCompile in Sbt := false,
scalafmtVersion := "1.2.0",
git.baseVersion := baseVersion,
version := {
val v = version.value

View File

@ -1,4 +1,4 @@
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")
scalacOptions += "-language:postfixOps"