Skip to content

Commit

Permalink
update scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Mar 31, 2017
1 parent 027dc9b commit cf2f23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: scala
sudo: false
scala:
- 2.10.6
- 2.11.8
- 2.12.0
- 2.11.9
- 2.12.1
jdk:
- oraclejdk8
cache:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "Scalate"
organization := "org.scalatra.scalate"
version := "1.8.1-SNAPSHOT"
scalaVersion := crossScalaVersions.value.head
crossScalaVersions := Seq("2.12.0", "2.11.8", "2.10.6")
crossScalaVersions := Seq("2.12.1", "2.11.9", "2.10.6")
javaVersionPrefix in javaVersionCheck := Some("1.8")
javacOptions ++= Seq("-source", "1.8")
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down

0 comments on commit cf2f23b

Please sign in to comment.