Skip to content

Commit

Permalink
bump dojo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Dec 22, 2023
1 parent d2f28b3 commit 5152e97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
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 5152e97

Please sign in to comment.