Skip to content

Commit 56ac812

Browse files
committed
Scala 2.12.0
1 parent 1505dec commit 56ac812

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
@@ -4,12 +4,12 @@ script:
44
scala:
55
- 2.10.6
66
- 2.11.8
7-
- 2.12.0-RC2
7+
- 2.12.0
88
jdk:
99
- openjdk7
1010
- oraclejdk8
1111
matrix:
1212
exclude:
13-
- scala: 2.12.0-RC2
13+
- scala: 2.12.0
1414
jdk: openjdk7
1515
sudo: false

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2")
2+
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
33

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

0 commit comments

Comments
 (0)