Skip to content

Commit 15a7f84

Browse files
committed
bump dojo to alpha.17
1 parent 56c429e commit 15a7f84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-contracts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- uses: asdf-vm/actions/setup@v3
2929
- run: |
3030
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
31+
asdf install dojo 1.0.0-alpha.17
32+
asdf global dojo 1.0.0-alpha.17
3333
sozo test

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cairo1.enableLanguageServer": true,
3-
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.12/bin/dojo-language-server",
3+
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.17/bin/dojo-language-server",
44
"cairo1.enableScarb": true,
55
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.7.0/bin/scarb",
66
"cairo1.preferScarbLanguageServer": false

0 commit comments

Comments
 (0)