mirror of https://github.com/sbt/sbt.git
crossScalaVersions
This commit is contained in:
parent
b280c2b0b0
commit
d39d6a6186
|
|
@ -46,7 +46,7 @@ def commonSettings: Seq[Setting[_]] = Def.settings(
|
|||
// concurrentRestrictions in Global += Util.testExclusiveRestriction,
|
||||
testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"),
|
||||
javacOptions in compile ++= Seq("-Xlint", "-Xlint:-serial"),
|
||||
crossScalaVersions := Seq(scala212),
|
||||
crossScalaVersions := Seq(scala212, scala213),
|
||||
resolvers += Resolver.sonatypeRepo("public"),
|
||||
scalacOptions := {
|
||||
val old = scalacOptions.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue