From 609738ad3530dad620cebb9c720e7da10f6f640d Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 21 Aug 2013 11:26:40 -0700 Subject: Use scala-partest 1.0-RC4 RC3 had a binary incompatibility that led to a crash in parsing options, due to: - https://github.com/scala/scala-partest/commit/9ff138ab4b - https://github.com/scala/scala/commit/2b1563fa74 Also added sonatype as a repo for resolving partest, so we don't have to wait for artifacts to synch to maven central. --- build.xml | 3 +++ versions.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 7c2f1027c2..f428734ee0 100755 --- a/build.xml +++ b/build.xml @@ -251,7 +251,10 @@ TODO: + + + diff --git a/versions.properties b/versions.properties index 14a5e02893..044c57bb0f 100644 --- a/versions.properties +++ b/versions.properties @@ -2,6 +2,6 @@ starr.version=2.11.0-M4 # the below is used for depending on dependencies like partest scala.binary.version=2.11.0-M4 -partest.version.number=1.0-RC3 +partest.version.number=1.0-RC4 scala-xml.version.number=1.0-RC2 scala-parser-combinators.version.number=1.0-RC1 -- cgit v1.2.3