We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19573c4 commit 7430177Copy full SHA for 7430177
vscode-dotty/package.json
@@ -110,7 +110,7 @@
110
"vscode:prepublish": "npm install && ./node_modules/.bin/tsc -p ./",
111
"compile": "./node_modules/.bin/tsc -p ./",
112
"test": "node ./node_modules/vscode/bin/test",
113
- "postinstall": "node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.1.0-M7/coursier"
+ "postinstall": "node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v2.0.0-RC3-4/coursier"
114
},
115
"extensionDependencies": [
116
"scala-lang.scala"
0 commit comments