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.
1 parent 126f8fc commit 7c76007Copy full SHA for 7c76007
build.sbt
@@ -11,7 +11,7 @@ unmanagedSourceDirectories in Compile += (
11
else (sourceDirectory in Compile).value / "scala-2.11_2.12"
12
)
13
14
-crossScalaVersions := Seq("2.12.5", "2.13.0-M4-pre-20d3c21", "2.11.12")
+crossScalaVersions := Seq("2.12.5", "2.13.0-pre-b11db01", "2.11.12")
15
16
scalaVersion := crossScalaVersions.value.head
17
0 commit comments