We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcc3425 + c55bbb0 commit 2fca3b3Copy full SHA for 2fca3b3
build.sbt
@@ -4,12 +4,10 @@ name := "scala-collection-compat"
4
5
version := "0.1-SNAPSHOT"
6
7
-resolvers += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
8
-
9
unmanagedSourceDirectories in Compile ++=
10
(if(scalaVersion.value.startsWith("2.13.")) Seq((sourceDirectory in Compile).value / "scala-2.13") else Seq())
11
12
-crossScalaVersions := Seq("2.12.4", "2.13.0-pre-c577876")
+crossScalaVersions := Seq("2.12.4", "2.13.0-M4-pre-20d3c21")
13
14
scalaVersion := crossScalaVersions.value.head
15
0 commit comments