Skip to content

Commit 6692a5e

Browse files
committed
updated scala versions
1 parent 32206c2 commit 6692a5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ script:
33
- sbt ++$TRAVIS_SCALA_VERSION sourcecodeJVM/test:run sourcecodeJS/test:run
44
scala:
55
- 2.10.6
6-
- 2.11.8
7-
- 2.12.0
6+
- 2.11.11
7+
- 2.12.2
88
jdk:
99
- openjdk7
1010
- oraclejdk8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
1+
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.2")
22

33
def macroDependencies(version: String) =
44
Seq(

0 commit comments

Comments
 (0)