We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4123d84 commit 71b7d4fCopy full SHA for 71b7d4f
build.sbt
@@ -1,10 +1,6 @@
1
import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys}
2
3
-resolvers in ThisBuild += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots/"
4
-
5
-// this is the SHA of https://github.com/scala/scala/pull/5603 as of 2017-01-12
6
-// (that's the PR that removes the parallel collections)
7
-crossScalaVersions in ThisBuild := Seq("2.13.0-eb9fdcd-SNAPSHOT")
+crossScalaVersions in ThisBuild := Seq("2.13.0-pre-e2a2cba") // March 16, 2017
8
9
scalaVersion in ThisBuild := crossScalaVersions.value.head
10
0 commit comments