Skip to content

Commit

Permalink
Merge pull request #510 from tgodzik/update-metals
Browse files Browse the repository at this point in the history
Update default metals version to 0.10.0
  • Loading branch information
tgodzik committed Feb 24, 2021
2 parents 6935e5b + dc3b0c3 commit 87b132b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ or 11 installation.
on Ubuntu+Windows.

**Scala 2.13, 2.12, 2.11 and Scala 3**. Metals supports these Scala versions
2.13.4, 2.12.13, 2.12.12, 2.12.11, 2.12.10, 2.13.2, 2.13.3, 2.11.12, 2.12.8,
2.12.9, 2.13.0, 2.13.1, 3.0.0-M3, 3.0.0-M2, 3.0.0-M1 and 0.27.0-RC1. Note that
2.11.x support is deprecated and it will be removed in future releases. It's
recommended to upgrade to Scala 2.12 or Scala 2.13
2.13.5, 2.13.4, 2.12.13, 2.12.12, 2.12.11, 2.12.10, 2.13.2, 2.13.3, 2.11.12,
2.12.8, 2.12.9, 2.13.0, 2.13.1, 3.0.0-RC1, 3.0.0-M3, 3.0.0-M2 and 3.0.0-M1. Note
that 2.11.x support is deprecated and it will be removed in future releases.
It's recommended to upgrade to Scala 2.12 or Scala 2.13

## Installation

Expand Down Expand Up @@ -131,9 +131,9 @@ configuration problems in your workspace.
## Configure Java version

The VS Code plugin uses by default the `JAVA_HOME` environment variable (via
[`locate-java-home`](https://www.npmjs.com/package/locate-java-home)) to locate the
`java` executable. To override the default Java home location, update the "Java
Home" variable in the settings menu.
[`locate-java-home`](https://www.npmjs.com/package/locate-java-home)) to locate
the `java` executable. To override the default Java home location, update the
"Java Home" variable in the settings menu.

![Java Home setting](https://i.imgur.com/sKrPKk2.png)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "0.9.10",
"default": "0.10.0",
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window.\n\n**Change only if you know what you're doing**"
},
"metals.serverProperties": {
Expand Down Expand Up @@ -193,6 +193,7 @@
"default": "automatic",
"enum": [
"automatic",
"2.13.5",
"2.13.4",
"2.13.3",
"2.13.2",
Expand All @@ -205,6 +206,7 @@
"2.12.9",
"2.12.8",
"2.11.12",
"3.0.0-RC1",
"3.0.0-M3",
"3.0.0-M2",
"3.0.0-M1"
Expand Down

0 comments on commit 87b132b

Please sign in to comment.