Skip to content

Commit 7430177

Browse files
committed
vscode-dotty: Upgrade coursier to 2.0.0-RC3-4
1 parent 19573c4 commit 7430177

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
@@ -110,7 +110,7 @@
110110
"vscode:prepublish": "npm install && ./node_modules/.bin/tsc -p ./",
111111
"compile": "./node_modules/.bin/tsc -p ./",
112112
"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"
113+
"postinstall": "node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v2.0.0-RC3-4/coursier"
114114
},
115115
"extensionDependencies": [
116116
"scala-lang.scala"

0 commit comments

Comments
 (0)