mirror of https://github.com/sbt/sbt.git
sbt-contraband 0.3.0-M4
This commit is contained in:
parent
ed6b57ff38
commit
016db588d4
|
|
@ -1,6 +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("org.scala-sbt" % "sbt-contraband" % "0.3.0-M4")
|
||||
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
|
||||
|
||||
scalacOptions += "-language:postfixOps"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sbt -Dsbtio.path=../io -Dsbtutil.path=../util "$@"
|
||||
Loading…
Reference in New Issue