Skip to content

Commit

Permalink
fix: update scarb version to compatible version with latest dojo
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Nov 20, 2024
1 parent 16621cc commit ebdf820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.7.0"
scarb-version: "2.8.4"
- run: |
cd contracts && scarb fmt --check
core-test:
Expand Down
2 changes: 1 addition & 1 deletion contracts/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dojo 1.0.1
scarb 2.7.0
scarb 2.8.4
2 changes: 1 addition & 1 deletion contracts/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"cairo1.enableLanguageServer": true,
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.1/bin/dojo-language-server",
"cairo1.enableScarb": true,
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.7.0/bin/scarb",
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.8.4/bin/scarb",
"cairo1.preferScarbLanguageServer": false
}

0 comments on commit ebdf820

Please sign in to comment.