summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes_rudolph@gmx.de>2012-11-08 10:00:14 +0100
committerJohannes Rudolph <johannes_rudolph@gmx.de>2012-11-08 10:00:14 +0100
commitce3ba62ddf38c6078419963997329fdc29242ee4 (patch)
tree87ef2e02c27f152cd067df323562eaae8231da74 /build.sbt
parentd63a3273f47e7268ab616f3414dc9b6328f45ff3 (diff)
downloadspray-json-ce3ba62ddf38c6078419963997329fdc29242ee4.tar.gz
spray-json-ce3ba62ddf38c6078419963997329fdc29242ee4.tar.bz2
spray-json-ce3ba62ddf38c6078419963997329fdc29242ee4.zip
build for scala 2.10.0-RC2
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index e982a3e..5f8652c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,7 @@ startYear := Some(2011)
licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
-scalaVersion := "2.10.0-RC1"
+scalaVersion := "2.10.0-RC2"
scalacOptions <<= scalaVersion map {
case x if x startsWith "2.9" =>
@@ -37,7 +37,7 @@ scaladocOptions <<= (name, version).map { (n, v) => Seq("-doc-title", n + " " +
// publishing
///////////////
-crossScalaVersions := Seq("2.9.2", "2.10.0-RC1")
+crossScalaVersions := Seq("2.9.2", "2.10.0-RC2")
scalaBinaryVersion <<= scalaVersion(sV => if (CrossVersion.isStable(sV)) CrossVersion.binaryScalaVersion(sV) else sV)