Skip to content

Commit

Permalink
update crossScalaVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 14, 2017
1 parent 259e51f commit d1a9c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object build {
(f, f.relativeTo((sourceManaged in Compile).value).get.getPath)
},
scalaVersion := Scala212,
crossScalaVersions := Seq("2.10.6", Scala211, Scala212, "2.13.0-M1"),
crossScalaVersions := Seq("2.10.6", Scala211, Scala212, "2.13.0-M2"),
resolvers ++= (if (scalaVersion.value.endsWith("-SNAPSHOT")) List(Opts.resolver.sonatypeSnapshots) else Nil),
fullResolvers ~= {_.filterNot(_.name == "jcenter")}, // https://github.com/sbt/sbt/issues/2217
scalaCheckVersion_1_12 := {
Expand Down

0 comments on commit d1a9c7d

Please sign in to comment.