Skip to content

Commit

Permalink
Scala 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 20, 2014
1 parent 1c72013 commit 6c4e7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.11.0
- 2.11.1
- 2.10.4
- 2.9.3
jdk:
Expand Down
2 changes: 1 addition & 1 deletion project/build.scala
Expand Up @@ -49,7 +49,7 @@ object build extends Build {
organization := "org.scalaz",

scalaVersion := "2.10.4",
crossScalaVersions := Seq("2.9.3", "2.10.4", "2.11.0"),
crossScalaVersions := Seq("2.9.3", "2.10.4", "2.11.1"),
resolvers ++= (if (scalaVersion.value.endsWith("-SNAPSHOT")) List(Opts.resolver.sonatypeSnapshots) else Nil),
scalacOptions <++= (scalaVersion) map { sv =>
val versionDepOpts =
Expand Down

0 comments on commit 6c4e7a4

Please sign in to comment.