zentol closed pull request #7338: Fixed comment about scala versions. URL: https://github.com/apache/flink/pull/7338
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/flinkDev/building.md b/docs/flinkDev/building.md index 679f44416a3..034215b1ff3 100644 --- a/docs/flinkDev/building.md +++ b/docs/flinkDev/building.md @@ -111,9 +111,7 @@ The `-Pvendor-repos` activates a Maven [build profile](http://maven.apache.org/g Flink has APIs, libraries, and runtime modules written in [Scala](http://scala-lang.org). Users of the Scala API and libraries may have to match the Scala version of Flink with the Scala version of their projects (because Scala is not strictly backwards compatible). -Flink 1.4 currently builds only with Scala version 2.11. - -We are working on supporting Scala 2.12, but certain breaking changes in Scala 2.12 make this a more involved effort. Please check out [this JIRA issue](https://issues.apache.org/jira/browse/FLINK-7811) for updates. +Since version 1.7 Flink builds with Scala version 2.11 and 2.12. {% top %} ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
