We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6ed48b + 12bd428 commit 9cfbdc8Copy full SHA for 9cfbdc8
experimental-backend.md
@@ -48,7 +48,7 @@ The Scala 2.11.7 compiler emits lambdas in Java 8 style (using `invokedynamic` a
48
49
In an SBT project, this can be achieved using the following settings:
50
51
- libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "0.5.0"
+ libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "0.7.0"
52
53
scalacOptions ++= List("-Ybackend:GenBCode", "-Ydelambdafy:method", "-target:jvm-1.8")
54
0 commit comments