aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-08-21 23:29:11 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-08-22 17:24:38 +0200
commit98e2f26000aaaf5abb527f776426c4759b95cde8 (patch)
tree03dbf931b87f952286febbf8bced6ca735b5c2a5 /build.sbt
parent8371f480ca6783ea52aa76f4990eed101938c224 (diff)
downloadscala-async-98e2f26000aaaf5abb527f776426c4759b95cde8.tar.gz
scala-async-98e2f26000aaaf5abb527f776426c4759b95cde8.tar.bz2
scala-async-98e2f26000aaaf5abb527f776426c4759b95cde8.zip
Use @uncheckedBounds to avoid introducing refchecks errors
... in code that would otherwise have smuggled through these slack LUBs in the types of trees but never in a TypeTree. More details in SI-7694. Fixes #29
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index 2ee1235..a013bb2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,10 +1,10 @@
-scalaVersion := "2.10.2"
+scalaVersion := "2.10.3-RC1"
+
+organization := "org.typesafe.async" // TODO new org name under scala-lang.
// Uncomment to test with a locally built copy of Scala.
// scalaHome := Some(file("/code/scala2/build/pack"))
-organization := "org.typesafe.async" // TODO new org name under scala-lang.
-
name := "scala-async"
version := "1.0.0-SNAPSHOT"