Skip to content

Commit 8ae0633

Browse files
committed
bump dojo to 1.0.5
1 parent 90debe2 commit 8ae0633

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Set *default* container specific settings.json values on container create.
3232
"settings": {
3333
"cairo1.enableLanguageServer": true,
34-
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.4/bin/dojo-language-server",
34+
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.5/bin/dojo-language-server",
3535
"cairo1.enableScarb": true,
3636
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.8.4/bin/scarb",
3737
"lldb.executable": "/usr/bin/lldb",

.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.4
32-
asdf global dojo 1.0.4
31+
asdf install dojo 1.0.5
32+
asdf global dojo 1.0.5
3333
sozo test

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dojo 1.0.4
1+
dojo 1.0.5
22
scarb 2.8.4

.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.4/bin/dojo-language-server",
3+
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.5/bin/dojo-language-server",
44
"cairo1.enableScarb": true,
55
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.8.4/bin/scarb",
66
"cairo1.preferScarbLanguageServer": false

README.local.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow the asdf installation instructions.
1515

1616
```
1717
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
18-
asdf install dojo 1.0.4
18+
asdf install dojo 1.0.5
1919
```
2020

2121
### Install scarb

Scarb.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ sierra-replace-ids = true
99
[dependencies]
1010
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.5.16" }
1111
#pixelaw = { path = "../core/contracts" }
12-
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
12+
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
1313

1414
[dev-dependencies]
15-
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
15+
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
1616
pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.5.16" }
1717
#pixelaw_test_helpers = { path = "../core/test_helpers" }
1818

0 commit comments

Comments
 (0)