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 f05a43b commit a80061cCopy full SHA for a80061c
.travis.yml
@@ -7,7 +7,7 @@ jdk:
7
- openjdk11
8
9
scala:
10
- - 2.13.0-M5
+ - 2.13.0-RC1
11
12
env:
13
global:
build.sbt
@@ -1,6 +1,6 @@
1
import ScalaModulePlugin._
2
3
-crossScalaVersions in ThisBuild := List("2.13.0-M5")
+crossScalaVersions in ThisBuild := List("2.13.0-RC1")
4
5
val disableDocs =
6
sys.props("nodocs") == "true" ||
0 commit comments