Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 99d3ab3

Browse files
committed
Update to scala-java8-compat 0.4.0
1 parent 4b0e3bc commit 99d3ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ TODO:
314314

315315
<!-- scala-java8-compat, used by the experimental -target jvm-1.8 support. -->
316316
<if><isset property="scala-java8-compat.package"/><then>
317-
<property name="scala-java8-compat.version" value="0.2.0"/>
317+
<property name="scala-java8-compat.version" value="0.4.0"/>
318318
<property name="scala-java8-compat.binary.version" value="2.11"/>
319319
<artifact:dependencies pathId="scala-java8-compat.classpath" filesetId="scala-java8-compat.fileset">
320320
<dependency groupId="org.scala-lang.modules" artifactId="scala-java8-compat_${scala-java8-compat.binary.version}" version="${scala-java8-compat.version}">

0 commit comments

Comments
 (0)