mirror of https://github.com/sbt/sbt.git
Merge pull request #4202 from eed3si9n/wip/houserules
sbt-houserules 0.3.7
This commit is contained in:
commit
a6ae813b7c
|
|
@ -1 +1 @@
|
|||
sbt.version=1.1.4
|
||||
sbt.version=1.1.6
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
scalaVersion := "2.12.6"
|
||||
scalacOptions ++= Seq("-feature", "-language:postfixOps")
|
||||
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
|
||||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.6")
|
||||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.7")
|
||||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.0")
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.8.0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue