Skip to content

Commit

Permalink
bump: server version (#907)
Browse files Browse the repository at this point in the history
[skip pre]
  • Loading branch information
kpodsiad committed Mar 8, 2022
1 parent 4a024b9 commit 237e90a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The following table shows the status of various features.
## Requirements

**Java 8, 11, 17 provided by OpenJDK or Oracle**. Eclipse OpenJ9 is not
supported, please make sure the `JAVA_HOME` environment variable points to a
valid Java 8, 11 or 17 installation.
supported, please make sure the `JAVA_HOME` environment variable
points to a valid Java 8, 11 or 17 installation.

**macOS, Linux or Windows**. Metals is developed on many operating systems and
every PR is tested on Ubuntu, Windows and MacOS.
Expand All @@ -43,10 +43,10 @@ every PR is tested on Ubuntu, Windows and MacOS.

- **Scala 2.11**: 2.11.12

- **Scala 3**: 3.1.1-RC2, 3.1.0, 3.0.2, 3.0.1, 3.0.0
- **Scala 3**: 3.1.2-RC1, 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.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
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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ide",
"scalameta"
],
"version": "1.12.29",
"version": "1.13.0",
"publisher": "scalameta",
"contributors": [
{
Expand Down Expand Up @@ -173,7 +173,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "0.11.1+170-7320cac2-SNAPSHOT",
"default": "0.11.2",
"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

0 comments on commit 237e90a

Please sign in to comment.