From b49297eab6be5034eac86238ec4f1058361ebb9f Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Sun, 17 Jan 2021 17:25:36 +0100 Subject: [PATCH] Update default Metals server version to 0.9.10 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3f7b8485..df90d6f9f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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.12, 2.12.13, 2.12.11, 2.12.10, 2.13.2, 2.13.3, 2.11.12, 2.12.8, +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 diff --git a/package.json b/package.json index dee45c19a..7cebc786d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "properties": { "metals.serverVersion": { "type": "string", - "default": "0.9.8", + "default": "0.9.10", "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": {