Skip to content

Commit 1874cce

Browse files
committed
update scala versions
1 parent f996bbc commit 1874cce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ before_install:
99
language: scala
1010

1111
scala:
12+
- 2.12.2
1213
- 2.11.8
1314

1415
jdk:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
lazy val commonSettings = Seq(
33
organization := "com.whisk",
44
version := "0.9.2",
5-
scalaVersion := "2.11.8",
6-
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.5"),
5+
scalaVersion := "2.12.2",
6+
crossScalaVersions := Seq("2.12.2", "2.11.11", "2.10.6"),
77
scalacOptions ++= Seq("-feature", "-deprecation"),
88
fork in Test := true,
99
licenses +=("MIT", url("http://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)