From 98e2f26000aaaf5abb527f776426c4759b95cde8 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 21 Aug 2013 23:29:11 +0200 Subject: 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 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.sbt') 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" -- cgit v1.2.3