From 90f13e71d48c40e876e350501c4ab5894d6a1f5b Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 10 Apr 2013 15:23:02 +0200 Subject: Address deprecation warnings in Scala 2.10.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index f1ded58..c0e062e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ -scalaVersion := "2.10.0" +scalaVersion := "2.10.1" -organization := "org.typesafe.async" +organization := "org.typesafe.async" // TODO new org name under scala-lang. name := "scala-async" -- cgit v1.2.3