Skip to content

Commit

Permalink
Merge pull request #38 from ArcaneAssemblers/willem/update-dojo-0.4.2
Browse files Browse the repository at this point in the history
Bump dojo to 0.4.2
  • Loading branch information
willemolding authored Dec 22, 2023
2 parents d2f28b3 + 7652632 commit af71c4a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup --version v0.3.0
- run: /home/runner/.config/.dojo/bin/dojoup --version v0.4.2
- run: |
/home/runner/.config/.dojo/bin/sozo build
/home/runner/.config/.dojo/bin/sozo test
/home/runner/.config/.dojo/bin/sozo test
22 changes: 22 additions & 0 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "dojo"
version = "0.4.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.4.1#e0a16635d1b833e0f5b89a9bdf358d784751c1b4"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "0.3.11"
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.11#1e651b5d4d3b79b14a7d8aa29a92062fcb9e6659"

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

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.0" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.4.1" }

[[target.dojo]]

Expand Down

0 comments on commit af71c4a

Please sign in to comment.