Skip to content

Commit

Permalink
Update default Metals server version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jan 19, 2021
1 parent 5f1c4e0 commit 3ae171f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -573,4 +573,4 @@
"extensionDependencies": [
"scala-lang.scala"
]
}
}

0 comments on commit 3ae171f

Please sign in to comment.