mirror of https://github.com/sbt/sbt.git
publish for 0.12, fixes #14
This commit is contained in:
parent
6373970e48
commit
fc51b4c16b
|
|
@ -1,3 +1,3 @@
|
|||
seq(lsSettings :_*)
|
||||
|
||||
CrossBuilding.crossSbtVersions := Seq("0.11.1", "0.11.2", "0.11.3", "0.12.0-Beta2")
|
||||
CrossBuilding.crossSbtVersions := Seq("0.11.1", "0.11.2", "0.11.3", "0.12")
|
||||
|
|
@ -4,4 +4,4 @@ addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2")
|
|||
|
||||
resolvers += "Coda Hale's Repo" at "http://repo.codahale.com"
|
||||
|
||||
addSbtPlugin("net.virtual-void" % "sbt-cross-building" % "0.6.0")
|
||||
addSbtPlugin("net.virtual-void" % "sbt-cross-building" % "0.7.0-RC1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue