Skip to content

Commit

Permalink
Bump language server version to fix issues with wrong binary metals v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
tgodzik committed Mar 10, 2022
1 parent 49692fe commit 9020f0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
},
"dependencies": {
"ansicolor": "^1.1.100",
"metals-languageclient": "0.5.10",
"metals-languageclient": "0.5.11",
"promisify-child-process": "4.1.1",
"vscode-languageclient": "7.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1407,10 +1407,10 @@ merge2@^1.3.0, merge2@^1.4.1:
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

[email protected].10:
version "0.5.10"
resolved "https://registry.yarnpkg.com/metals-languageclient/-/metals-languageclient-0.5.10.tgz#53587787f9fef2eb9300cb5b0dd3e0b5788881da"
integrity sha512-CfB56nh5kcMWyQcn5WHYPEqb3pP7ybaJhHjrv9cjFdPe5AA383jntMNbDzV5uLG+8kzmp4DI9ypD8LzX7ZZ8gw==
[email protected].11:
version "0.5.11"
resolved "https://registry.yarnpkg.com/metals-languageclient/-/metals-languageclient-0.5.11.tgz#3b2bafecb3eb1ff884935a4a8c25823b8b4b3e33"
integrity sha512-R1v2mmlR5/zI9Zfnm4ePVGJ5X48bdkgIDA4A5qNmCJB9/FOs8cYa8w0RCy39y9HDSM1Sl4+8tGJiW7shs9hizg==
dependencies:
"@viperproject/locate-java-home" "^1.1.5"
fp-ts "^2.4.1"
Expand Down

0 comments on commit 9020f0d

Please sign in to comment.