mirror of https://github.com/sbt/sbt.git
Remove build warnings
Also collapse into one meta-build sbt file.. imo a better alternative toa adding a 5th single-line sbt file.
This commit is contained in:
parent
7f58dd6261
commit
31a7407640
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
|
||||
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M3")
|
||||
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.3")
|
||||
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.2")
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.2")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.3")
|
||||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M3")
|
||||
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
|
||||
|
||||
scalacOptions += "-language:postfixOps"
|
||||
Loading…
Reference in New Issue