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 1505dec commit 56ac812Copy full SHA for 56ac812
.travis.yml
@@ -4,12 +4,12 @@ script:
4
scala:
5
- 2.10.6
6
- 2.11.8
7
- - 2.12.0-RC2
+ - 2.12.0
8
jdk:
9
- openjdk7
10
- oraclejdk8
11
matrix:
12
exclude:
13
- - scala: 2.12.0-RC2
+ - scala: 2.12.0
14
jdk: openjdk7
15
sudo: false
build.sbt
@@ -1,5 +1,5 @@
1
2
-crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2")
+crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
3
def macroDependencies(version: String) =
Seq(
0 commit comments