diff --git a/packages/metals-vscode/README.md b/packages/metals-vscode/README.md index 1ebd8369f..d27cb1014 100644 --- a/packages/metals-vscode/README.md +++ b/packages/metals-vscode/README.md @@ -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 diff --git a/packages/metals-vscode/package.json b/packages/metals-vscode/package.json index 3a91dd92f..1703fd566 100644 --- a/packages/metals-vscode/package.json +++ b/packages/metals-vscode/package.json @@ -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": { @@ -356,6 +356,7 @@ "default": "automatic", "enum": [ "automatic", + "2.13.11", "2.13.10", "2.13.9", "2.13.8", @@ -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", @@ -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",