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 32206c2 commit 6692a5eCopy full SHA for 6692a5e
.travis.yml
@@ -3,8 +3,8 @@ script:
3
- sbt ++$TRAVIS_SCALA_VERSION sourcecodeJVM/test:run sourcecodeJS/test:run
4
scala:
5
- 2.10.6
6
- - 2.11.8
7
- - 2.12.0
+ - 2.11.11
+ - 2.12.2
8
jdk:
9
- openjdk7
10
- oraclejdk8
build.sbt
@@ -1,4 +1,4 @@
1
-crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
+crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.2")
2
def macroDependencies(version: String) =
Seq(
0 commit comments