From d1640f5fc9fa96619cc8b223d39dce3cc5d013a1 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Sun, 13 Oct 2013 18:06:44 +0200 Subject: Update Scala and sbt versions --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b485264..3d3dc91 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.10.3-RC1" +scalaVersion := "2.10.3" // Uncomment to test with a locally built copy of Scala. // scalaHome := Some(file("/code/scala2/build/pack")) diff --git a/project/build.properties b/project/build.properties index 87d87d8..0974fce 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.0-RC5 +sbt.version=0.13.0 -- cgit v1.2.3