Skip to content

Commit

Permalink
fully update to 2.11.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh committed Mar 5, 2014
1 parent dd28db0 commit 2a4a034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.11.0-SNAPSHOT
- 2.11.0-RC1
- 2.10.1
- 2.9.2
- 2.9.3
Expand Down
9 changes: 1 addition & 8 deletions project/build.scala
Expand Up @@ -55,18 +55,11 @@ object build extends Build {
reapply(Seq(scalazMimaBasis in ThisBuild := releaseV), st)
}

val latestScala211PreRelease = "2.11.0-RC1"

lazy val standardSettings: Seq[Sett] = Defaults.defaultSettings ++ sbtrelease.ReleasePlugin.releaseSettings ++ Seq[Sett](
organization := "org.scalaz",

scalaVersion := "2.9.2",
crossScalaVersions := Seq("2.9.2", "2.9.3", "2.10.1", "2.11.0-SNAPSHOT"),
resolvers ++= (if (scalaVersion.value.endsWith("-SNAPSHOT")) List(Opts.resolver.sonatypeSnapshots) else Nil),

scalaBinaryVersion in update := (
if (scalaVersion.value == "2.11.0-SNAPSHOT") latestScala211PreRelease else scalaBinaryVersion.value
),
crossScalaVersions := Seq("2.9.2", "2.9.3", "2.10.1", "2.11.0-RC1"),

scalacOptions <++= (scalaVersion) map { sv =>
val versionDepOpts =
Expand Down

0 comments on commit 2a4a034

Please sign in to comment.