Skip to content

Commit 71b7d4f

Browse files
committed
depend on a 2.13.0 nightly now that a suitable one exists
1 parent 4123d84 commit 71b7d4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys}
22

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")
3+
crossScalaVersions in ThisBuild := Seq("2.13.0-pre-e2a2cba") // March 16, 2017
84

95
scalaVersion in ThisBuild := crossScalaVersions.value.head
106

0 commit comments

Comments
 (0)