From bc641bcd67d785b8af1c6e808b14a5a44ef1bce5 Mon Sep 17 00:00:00 2001 From: tgodzik Date: Tue, 5 May 2020 11:10:03 +0200 Subject: [PATCH] Update default Metals version to 0.9.0 --- package.json | 2 +- readme.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed9a82daf..616cd343e 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "properties": { "metals.serverVersion": { "type": "string", - "default": "0.8.4", + "default": "0.9.0", "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 2f2764108..c062adb08 100644 --- a/readme.md +++ b/readme.md @@ -30,10 +30,10 @@ or 11 installation. **macOS, Linux or Windows**. Metals is developed on macOS and every PR is tested on Ubuntu+Windows. -**Scala 2.13, 2.12 and 2.11**. Metals supports these Scala versions 2.13.1, -2.12.11, 2.12.10, 2.11.12, 2.12.8, 2.12.9 and 2.13.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 +**Scala 2.13, 2.12 and 2.11**. Metals supports these Scala versions 2.13.2, +2.12.11, 2.12.10, 2.13.1, 2.11.12, 2.12.8, 2.12.9, 2.13.0, 0.24.0-RC1 and +0.23.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