Skip to content

Commit 3b134f4

Browse files
committed
Update experimental-backend.md
1 parent 8079b17 commit 3b134f4

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
@@ -52,7 +52,7 @@ In an SBT project, this can be achieved using the following settins:
5252

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

55-
An sbt project with these options can be found here: https://github.com/lrytz/experimental-backend-2.11/tree/master
55+
An sbt project with these options can be found here: https://github.com/lrytz/experimental-backend-2.11
5656

5757
[The Gist by @retronym](https://gist.github.com/retronym/0178c212e4bacffed568) explains all the glorious details required to generate Java 8 style lambdas from Scala code.
5858

0 commit comments

Comments
 (0)