Skip to content

Commit 9cfbdc8

Browse files
committed
Merge pull request #161 from HermanBovens/patch-1
update scala-java8-compat from 0.5.0 to 0.7.0
2 parents f6ed48b + 12bd428 commit 9cfbdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental-backend.md

+1-1
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)