summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2016-03-04 15:47:27 +0000
committerJanek Bogucki <janekdb@gmail.com>2016-03-09 21:57:07 +0000
commit731187f5b52141cda4062fbccaf21b21c13734bb (patch)
tree04d237ee23d40214fe88a653eec25356b1e347ad /build.xml
parent7a21ee22c34969912132e83fe3bd674f6c804840 (diff)
downloadscala-731187f5b52141cda4062fbccaf21b21c13734bb.tar.gz
scala-731187f5b52141cda4062fbccaf21b21c13734bb.tar.bz2
scala-731187f5b52141cda4062fbccaf21b21c13734bb.zip
Update sbt version to most recent that includes the compiler interface
compiler-interface-src.jar was available for 0.13.9 but not 0.13.10 or 0.13.11 at the time this commit was tested. This in preparation for removing Predef#error which was deprecated in 2.9.0.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 04c1052bea..527d161167 100644
--- a/build.xml
+++ b/build.xml
@@ -461,7 +461,7 @@ TODO:
</fail>
<!-- Allow this to be overridden simply -->
- <property name="sbt.latest.version" value="0.12.4"/>
+ <property name="sbt.latest.version" value="0.13.9"/>
<property name="sbt.src.dir" value="${build-sbt.dir}/${sbt.latest.version}/src"/>
<property name="sbt.lib.dir" value="${build-sbt.dir}/${sbt.latest.version}/lib"/>