summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-05-22 12:09:36 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-05-22 12:09:40 +1000
commit5690aca93fe3ce48a2fb95744c1dba7667d689dc (patch)
tree35f0dda98c50a4a82b8d043fca76dfa6ab1a6bfe /build.xml
parentdcf6b0a97f083aa76fa80c605446c06b2821b84d (diff)
downloadscala-5690aca93fe3ce48a2fb95744c1dba7667d689dc.tar.gz
scala-5690aca93fe3ce48a2fb95744c1dba7667d689dc.tar.bz2
scala-5690aca93fe3ce48a2fb95744c1dba7667d689dc.zip
Update to scala-java8-compat 0.5.0
This contains LambdaDeserializer, which we refer to in our synthetic `$deserializeLambda$` method under -target:jvm-1.8. Note: this library is only reference in the Ant build under a non-standard build flag that includes that library into scala-library.jar. This is only for our internal use in running partest for indylambda. The SBT build doesn't have the same option at the moment.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6ee891661f..421646a2b0 100755
--- a/build.xml
+++ b/build.xml
@@ -313,7 +313,7 @@ TODO:
<!-- scala-java8-compat, used by the experimental -target jvm-1.8 support. -->
<if><isset property="scala-java8-compat.package"/><then>
- <property name="scala-java8-compat.version" value="0.4.0"/>
+ <property name="scala-java8-compat.version" value="0.5.0"/>
<property name="scala-java8-compat.binary.version" value="2.11"/>
<artifact:dependencies pathId="scala-java8-compat.classpath" filesetId="scala-java8-compat.fileset">
<dependency groupId="org.scala-lang.modules" artifactId="scala-java8-compat_${scala-java8-compat.binary.version}" version="${scala-java8-compat.version}">