Skip to content

Commit

Permalink
bump dojo to alpha19 (somehow same as 18)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Oct 27, 2024
1 parent 5e30a13 commit 63ebacc
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- uses: asdf-vm/actions/setup@v3
- run: |
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.0-alpha.18
asdf global dojo 1.0.0-alpha.18
asdf install dojo 1.0.0-alpha.19
asdf global dojo 1.0.0-alpha.19
sozo test
2 changes: 1 addition & 1 deletion DOJO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha.18
1.0.0-alpha.19
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]

ARG ASDF_VERSION="v0.14.1"
ARG SCARB_VERSION="2.7.0"
ARG DOJO_VERSION="1.0.0-alpha.18"
ARG DOJO_VERSION="1.0.0-alpha.19"
ARG STARKLI_VERSION="0.1.6"


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.0-alpha.18
dojo 1.0.0-alpha.19
scarb 2.7.0
2 changes: 1 addition & 1 deletion contracts/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cairo1.enableLanguageServer": true,
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.18/bin/dojo-language-server",
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.19/bin/dojo-language-server",
"cairo1.enableScarb": true,
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.7.0/bin/scarb",
"cairo1.preferScarbLanguageServer": false
Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow the asdf installation instructions.

```
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.0-alpha.18
asdf install dojo 1.0.0-alpha.19
```

### Install scarb
Expand Down
4 changes: 2 additions & 2 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.18#e6bab2d0066c3cf1acfc5ee41a27294b5b23697d"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.19#e6bab2d0066c3cf1acfc5ee41a27294b5b23697d"

[[package]]
name = "pixelaw"
version = "0.4.4"
version = "0.4.6"
dependencies = [
"dojo",
]
2 changes: 1 addition & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2024_07"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.18" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.19" }

[tool.fmt]
sort-module-level-items = true
Expand Down
2 changes: 1 addition & 1 deletion contracts/Scarb_deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2024_07"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.18" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.19" }

[tool.fmt]
sort-module-level-items = true
Expand Down

0 comments on commit 63ebacc

Please sign in to comment.