Skip to content

Commit

Permalink
Merge pull request #11 from xerial/upgrade-scala
Browse files Browse the repository at this point in the history
Upgrade Scala versions to 2.10.6, 2.11.8, 2.12.1
  • Loading branch information
sjrd committed Mar 19, 2017
2 parents a56e998 + a94be59 commit e645744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,6 +9,6 @@ script:
scala:
- 2.10.6
- 2.11.8
- 2.12.0
- 2.12.1
jdk:
- oraclejdk8
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
import sbt.Keys._
import org.scalajs.sbtplugin.cross.CrossProject

crossScalaVersions := Seq("2.10.4", "2.11.8", "2.12.0")
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")

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

0 comments on commit e645744

Please sign in to comment.