Skip to content

Commit

Permalink
Merge pull request #1405 from tgodzik/bump-version
Browse files Browse the repository at this point in the history
chore: Update Metals version to 1.0.0
  • Loading branch information
tgodzik authored Jul 19, 2023
2 parents e7ab1e3 + 093c49c commit 6ce53ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 5 additions & 6 deletions packages/metals-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ every PR is tested on Ubuntu, Windows and MacOS.

**Scala 2.13, 2.12, 2.11 and Scala 3**. Metals supports these Scala versions:

- **Scala 2.13**: 2.13.10, 2.13.9, 2.13.8, 2.13.7, 2.13.6, 2.13.5, 2.13.4,
2.13.3
- **Scala 2.13**: 2.13.11, 2.13.10, 2.13.9, 2.13.8, 2.13.7, 2.13.6, 2.13.5,
2.13.4

- **Scala 2.12**: 2.12.17, 2.12.16, 2.12.15, 2.12.14, 2.12.13, 2.12.12, 2.12.11,
2.12.10
- **Scala 2.12**: 2.12.18, 2.12.17, 2.12.16, 2.12.15, 2.12.14, 2.12.13, 2.12.12,
2.12.11

- **Scala 2.11**: 2.11.12

- **Scala 3**: 3.3.0-RC4, 3.3.0-RC3, 3.2.2, 3.2.1, 3.2.0, 3.1.3, 3.1.2, 3.1.1,
3.1.0, 3.0.2
- **Scala 3**: 3.3.1-RC4, 3.3.0, 3.2.2, 3.2.1, 3.2.0, 3.1.3, 3.1.2, 3.1.1, 3.1.0

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
Expand Down
5 changes: 4 additions & 1 deletion packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "0.11.12",
"default": "1.0.0",
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window. \n\n**VS Code extension version is guaranteed to work only with the default version, change if you know what you're doing**"
},
"metals.serverProperties": {
Expand Down Expand Up @@ -356,6 +356,7 @@
"default": "automatic",
"enum": [
"automatic",
"2.13.11",
"2.13.10",
"2.13.9",
"2.13.8",
Expand All @@ -366,6 +367,7 @@
"2.13.3",
"2.13.2",
"2.13.1",
"2.12.18",
"2.12.17",
"2.12.16",
"2.12.15",
Expand All @@ -377,6 +379,7 @@
"2.12.9",
"2.12.8",
"2.11.12",
"3.3.0",
"3.2.2",
"3.2.1",
"3.2.0",
Expand Down

0 comments on commit 6ce53ae

Please sign in to comment.