Skip to content

Commit

Permalink
Merge pull request #1098 from tanishiking/release-0118
Browse files Browse the repository at this point in the history
release: Bump server version to 0.11.8
  • Loading branch information
tanishiking authored Aug 10, 2022
2 parents 5aafd12 + 30e1b87 commit fcb8105
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,28 @@ 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
**macOS, Linux or Windows**. Metals is developed on many operating systems and
every PR is tested on Ubuntu, Windows and MacOS.

**Scala 2.13, 2.12, 2.11 and Scala 3**. Metals supports these Scala versions:

- **Scala 2.13**: 2.13.8, 2.13.7, 2.13.6, 2.13.5, 2.13.4, 2.13.3, 2.13.2, 2.13.1
- **Scala 2.13**:
2.13.8, 2.13.7, 2.13.6, 2.13.5, 2.13.4, 2.13.3, 2.13.2, 2.13.1

- **Scala 2.12**: 2.12.16, 2.12.15, 2.12.14, 2.12.13, 2.12.12, 2.12.11, 2.12.10,
2.12.9, 2.12.8
- **Scala 2.12**:
2.12.16, 2.12.15, 2.12.14, 2.12.13, 2.12.12, 2.12.11, 2.12.10, 2.12.9, 2.12.8

- **Scala 2.11**: 2.11.12
- **Scala 2.11**:
2.11.12

- **Scala 3**: 3.2.0-RC1, 3.1.3, 3.1.2, 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0
- **Scala 3**:
3.2.0-RC3, 3.2.0-RC2, 3.2.0-RC1, 3.1.3, 3.1.2, 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: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "0.11.7+19-1405f4de-SNAPSHOT",
"default": "0.11.8",
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window. \n\n**VS Code extension version is guaranteed to work only with the default version, change if you know what you're doing**"
},
"metals.serverProperties": {
Expand Down Expand Up @@ -321,6 +321,8 @@
"2.12.9",
"2.12.8",
"2.11.12",
"3.2.0-RC3",
"3.2.0-RC2",
"3.2.0-RC1",
"3.1.3",
"3.1.2",
Expand Down

0 comments on commit fcb8105

Please sign in to comment.