We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c429e commit 15a7f84Copy full SHA for 15a7f84
.github/workflows/ci-contracts.yml
@@ -28,6 +28,6 @@ jobs:
28
- uses: asdf-vm/actions/setup@v3
29
- run: |
30
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
31
- asdf install dojo 1.0.0-alpha.12
32
- asdf global dojo 1.0.0-alpha.12
+ asdf install dojo 1.0.0-alpha.17
+ asdf global dojo 1.0.0-alpha.17
33
sozo test
.vscode/settings.json
@@ -1,6 +1,6 @@
1
{
2
"cairo1.enableLanguageServer": true,
3
- "cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.12/bin/dojo-language-server",
+ "cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.17/bin/dojo-language-server",
4
"cairo1.enableScarb": true,
5
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.7.0/bin/scarb",
6
"cairo1.preferScarbLanguageServer": false
0 commit comments