summaryrefslogtreecommitdiff
path: root/Chalice/build.sbt
diff options
context:
space:
mode:
authorGravatar stefanheule <unknown>2012-09-12 00:30:57 +0200
committerGravatar stefanheule <unknown>2012-09-12 00:30:57 +0200
commitf4a5c3f5c75d514696ad0c033b65126f17d7d259 (patch)
treec89e8f608882dcc0b71f7ad3cb0b55aa745ef856 /Chalice/build.sbt
parent80ac3a94305f44087073e1971d2c1dffe45be5e9 (diff)
Chalice: Switch to latest Scala release (there seems to be a compiler bug with 2.8.1 that prevents the current code from compiling).
Diffstat (limited to 'Chalice/build.sbt')
-rw-r--r--Chalice/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Chalice/build.sbt b/Chalice/build.sbt
index 3fa72ec5..ea32574f 100644
--- a/Chalice/build.sbt
+++ b/Chalice/build.sbt
@@ -3,7 +3,7 @@ name := "Chalice"
version := "1.0"
-scalaVersion := "2.8.1"
+scalaVersion := "2.9.2"
scalacOptions += "-deprecation"