Skip to content

Commit ff01801

Browse files
committed
Upgrade coursier to 1.1.0-M7
I've seen weird errors with the version we have that seem to be resolved with an upgrade.
1 parent 37cec1d commit ff01801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-dotty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"vscode:prepublish": "npm install && ./node_modules/.bin/tsc -p ./",
5252
"compile": "./node_modules/.bin/tsc -p ./",
5353
"test": "node ./node_modules/vscode/bin/test",
54-
"postinstall": "node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.3/coursier"
54+
"postinstall": "node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.1.0-M7/coursier"
5555
},
5656
"extensionDependencies": [
5757
"daltonjorge.scala"

0 commit comments

Comments
 (0)