Skip to content

Commit

Permalink
⬆️ Upgrade dojo to alpha 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Aug 24, 2024
1 parent b66b91d commit 09eae93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.6#ede7930735c708572af8a87f81bb76354a401b3a"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.7#e2ed07388843c3b688190eac771dbc85e84920fd"
dependencies = [
"dojo_plugin",
]
Expand All @@ -16,7 +16,7 @@ source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79

[[package]]
name = "rpg"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"dojo",
]
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "=2.7.0"
name = "rpg"
version = "0.1.0"
version = "0.0.0"

[cairo]
sierra-replace-ids = true
Expand All @@ -10,6 +10,6 @@ sierra-replace-ids = true
migrate = "sozo build && sozo migrate apply"

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

[[target.dojo]]

0 comments on commit 09eae93

Please sign in to comment.