We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0e3bc commit 99d3ab3Copy full SHA for 99d3ab3
build.xml
@@ -314,7 +314,7 @@ TODO:
314
315
<!-- scala-java8-compat, used by the experimental -target jvm-1.8 support. -->
316
<if><isset property="scala-java8-compat.package"/><then>
317
- <property name="scala-java8-compat.version" value="0.2.0"/>
+ <property name="scala-java8-compat.version" value="0.4.0"/>
318
<property name="scala-java8-compat.binary.version" value="2.11"/>
319
<artifact:dependencies pathId="scala-java8-compat.classpath" filesetId="scala-java8-compat.fileset">
320
<dependency groupId="org.scala-lang.modules" artifactId="scala-java8-compat_${scala-java8-compat.binary.version}" version="${scala-java8-compat.version}">
0 commit comments