mirror of https://github.com/sbt/sbt.git
Cross publishing to 2.12
This commit is contained in:
parent
47a71c0ff5
commit
462ee042ad
|
|
@ -13,8 +13,8 @@ object Util {
|
|||
def crossBuild: Seq[Setting[_]] =
|
||||
Seq(
|
||||
crossPaths := (scalaBinaryVersion.value match {
|
||||
case "2.11" => true
|
||||
case _ => false
|
||||
case "2.10" => false
|
||||
case _ => true
|
||||
})
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue