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 9ee8013 commit 782ca13Copy full SHA for 782ca13
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
env: IS_PUBLISH_JDK=true
17
- scala: 2.11.8
18
jdk: oraclejdk8
19
- - scala: 2.12.0-RC2
+ - scala: 2.12.0
20
21
22
notifications:
build.sbt
@@ -1,4 +1,4 @@
1
-crossScalaVersions := List("2.11.8", "2.12.0-RC2")
+crossScalaVersions := List("2.11.8", "2.12.0")
2
3
scalaVersion := crossScalaVersions.value.head
4
0 commit comments