Skip to content

Commit 82eb08a

Browse files
committed
Merge pull request scala#215 from gourlaysama/roadmap
fix link to scala compat for java 8.
2 parents 888dfbe + 10aaecc commit 82eb08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/_posts/2014-06-30-2.12-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here’s how we plan to make this transition as smooth as possible.
3131
* Java 8 interop (bidirectional):
3232
* Improve support for reading Java 8 bytecode (already in 2.11)
3333
* Improve and turn on SAM support by default (synthesize anonymous class java 8-style). This allows calling Java 8 higher-order methods seamlessly from Scala (already in 2.11 under -Xexperimental).
34-
* [Compatibility module](https://github.com/typesafehub/scala-java8-fun) to let Java 8 call Scala higher-order methods.
34+
* [Compatibility module](https://github.com/scala/scala-java8-compat) to let Java 8 call Scala higher-order methods.
3535
* Fully integrate [Miguel’s new back-end & optimizer](http://magarciaepfl.github.io/scala/) (refactor code, test & document in-depth, remove old back-end).
3636
* Style checker: an efficient, community-driven, platform for accurate coding style checking (built on top of the compiler).
3737
* Collections: improve test coverage, performance, documentation (& modularize?)

0 commit comments

Comments
 (0)