diff --git a/package.json b/package.json index 3bda5af46..417ccc128 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "properties": { "metals.serverVersion": { "type": "string", - "default": "0.9.4", + "default": "0.9.5", "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": { diff --git a/readme.md b/readme.md index 8273bbf6c..c9695ecfa 100644 --- a/readme.md +++ b/readme.md @@ -33,10 +33,9 @@ on Ubuntu+Windows. **Scala 2.13, 2.12, 2.11 and Scala 3**. Metals supports these Scala versions 2.13.3, 2.12.12, 2.12.11, 2.12.10, 2.13.1, 2.13.2, 2.11.12, 2.12.8, 2.12.9, -2.13.0, 0.26.0, 0.27.0-RC1, 0.25.0 and 0.26.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.0, 3.0.0-M1, 0.27.0-RC1 and 0.26.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