mirror of https://github.com/sbt/sbt.git
parent
4765990995
commit
08a42eed6d
|
|
@ -14,8 +14,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