Skip to content

Commit

Permalink
Merge pull request #932 from OlivierBlanvillain/patch-1
Browse files Browse the repository at this point in the history
Update documentation about Java 11 support
  • Loading branch information
olafurpg authored Jan 20, 2019
2 parents c76602a + 2130e2e commit 2489b14
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/users/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ title: Installation

## Requirements

**macOS, Linux and Windows**: Scalafix runs on macOS, Linux and Windows. Every
**macOS, Linux or Windows**: Scalafix runs on macOS, Linux and Windows. Every
pull request is tested on both Linux and Windows.

**Java 8**. Scalafix supports only Java 8 at the moment. Running Scalafix on
Java 9+ results in `error: unable to load symbol table` errors. See
[#880](https://github.com/scalacenter/scalafix/issues/880) for updates on adding
support for Java 11.
**Java 8 or Java 11.**

**Scala 2.11 and 2.12**: Scalafix works only with the latest version of Scala
**Scala 2.11 or 2.12**: Scalafix works only with the latest version of Scala
2.11 and Scala 2.12. See
[scalameta/scalameta#1695](https://github.com/scalameta/scalameta/issues/1695)
for updates on adding support for Scala 2.13 once it's out.
Expand Down

0 comments on commit 2489b14

Please sign in to comment.