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 3fd7737 + d8ce8d3 commit c6327f1Copy full SHA for c6327f1
build.sbt
@@ -4,12 +4,12 @@ name := "scala-collection-compat"
4
5
version := "0.1-SNAPSHOT"
6
7
-resolvers += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots/"
+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-08218cd-SNAPSHOT")
+crossScalaVersions := Seq("2.12.4", "2.13.0-pre-c577876")
13
14
scalaVersion := crossScalaVersions.value.head
15
0 commit comments