Skip to content

Commit e645744

Browse files
authored
Merge pull request #11 from xerial/upgrade-scala
Upgrade Scala versions to 2.10.6, 2.11.8, 2.12.1
2 parents a56e998 + a94be59 commit e645744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ script:
99
scala:
1010
- 2.10.6
1111
- 2.11.8
12-
- 2.12.0
12+
- 2.12.1
1313
jdk:
1414
- oraclejdk8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.Keys._
22
import org.scalajs.sbtplugin.cross.CrossProject
33

4-
crossScalaVersions := Seq("2.10.4", "2.11.8", "2.12.0")
4+
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")
55

66
val commonSettings: Seq[Setting[_]] = Seq(
77
version := "0.1.1-SNAPSHOT",

0 commit comments

Comments
 (0)