Skip to content

Commit 12bd428

Browse files
committed
update scala-java8-compat from 0.5.0 to 0.7.0
1 parent 0d392b1 commit 12bd428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Scala 2.11.7 compiler emits lambdas in Java 8 style (using `invokedynamic` a
4848

4949
In an SBT project, this can be achieved using the following settings:
5050

51-
libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "0.5.0"
51+
libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "0.7.0"
5252

5353
scalacOptions ++= List("-Ybackend:GenBCode", "-Ydelambdafy:method", "-target:jvm-1.8")
5454

0 commit comments

Comments
 (0)