diff --git a/packages/metals-vscode/README.md b/packages/metals-vscode/README.md index 140fe6d9..c7b1ef98 100644 --- a/packages/metals-vscode/README.md +++ b/packages/metals-vscode/README.md @@ -37,7 +37,7 @@ 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.11, 2.13.10, 2.13.9, 2.13.8, 2.13.7, 2.13.6, 2.13.5, 2.13.4 + 2.13.12, 2.13.11, 2.13.10, 2.13.9, 2.13.8, 2.13.7, 2.13.6, 2.13.5 - **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 @@ -46,10 +46,11 @@ every PR is tested on Ubuntu, Windows and MacOS. 2.11.12 - **Scala 3**: - 3.3.1-RC5, 3.3.0, 3.2.2, 3.2.1, 3.2.0, 3.1.3, 3.1.2, 3.1.1, 3.1.0 + 3.3.1, 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 + ## Installation Install the Metals extension from the diff --git a/packages/metals-vscode/package.json b/packages/metals-vscode/package.json index a94e1155..4cc6f67a 100644 --- a/packages/metals-vscode/package.json +++ b/packages/metals-vscode/package.json @@ -220,7 +220,7 @@ "properties": { "metals.serverVersion": { "type": "string", - "default": "1.0.1", + "default": "1.1.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": { @@ -362,6 +362,7 @@ "default": "automatic", "enum": [ "automatic", + "2.13.12", "2.13.11", "2.13.10", "2.13.9", @@ -369,7 +370,6 @@ "2.13.7", "2.13.6", "2.13.5", - "2.13.4", "2.12.18", "2.12.17", "2.12.16", @@ -379,6 +379,7 @@ "2.12.12", "2.12.11", "2.11.12", + "3.3.1", "3.3.0", "3.2.2", "3.2.1",