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