Skip to content

Commit

Permalink
Chore/bump dojo (#26)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade dojo to 1.2.1

* ⬆️ Upgrade dojo to 1.2.1
  • Loading branch information
bal7hazar authored Feb 21, 2025
1 parent 34e3c62 commit 8b8ccea
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
DOJO_VERSION: v1.1.2
DOJO_VERSION: v1.2.1
SCARB_VERSION: 2.9.2
WORKING_DIRECTORY: ./contracts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
DOJO_VERSION: v1.1.2
DOJO_VERSION: v1.2.1
SCARB_VERSION: 2.9.2
WORKING_DIRECTORY: ./packages

Expand Down
8 changes: 4 additions & 4 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ dependencies = [

[[package]]
name = "dojo"
version = "1.1.2"
source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58"
version = "1.2.1"
source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.12"
source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58"
source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.9.2"
source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58"
source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a"

[[package]]
name = "provider"
Expand Down
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ version = "0.0.0"
edition = "2024_07"

[workspace.dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.1.2" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.1.2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.2.1" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.2.1" }
starknet = "2.9.2"
cairo_test = "2.9.2"

Expand Down
8 changes: 4 additions & 4 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ dependencies = [

[[package]]
name = "dojo"
version = "1.1.2"
source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58"
version = "1.2.1"
source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.12"
source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58"
source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.9.2"
source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58"
source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a"

[[package]]
name = "provider"
Expand Down
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sierra-replace-ids = true
dev = "sozo clean && sozo build --typescript && sozo migrate plan && sozo migrate apply"

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.1.2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.2.1" }
achievement = { path = ".." }
controller = { path = ".." }
provider = { path = ".." }
Expand All @@ -20,7 +20,7 @@ social = { path = ".." }
starknet = "2.9.2"

[dev-dependencies]
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.1.2" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.2.1" }
cairo_test = "2.9.2"

[[target.starknet-contract]]
Expand Down

0 comments on commit 8b8ccea

Please sign in to comment.