Skip to content

Commit

Permalink
Merge pull request #13 from cartridge-gg/v5
Browse files Browse the repository at this point in the history
dojo bump
  • Loading branch information
ponderingdemocritus authored Dec 10, 2024
2 parents c0dbc3a + 8c1d041 commit 75fbf3f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0.3
DOJO_VERSION: v1.0.5
SCARB_VERSION: 2.8.4
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.0.3
DOJO_VERSION: v1.0.5
SCARB_VERSION: 2.8.4
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.0.3"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.3#c65c25788d900325fa5e6e9d464da633cfabc468"
version = "1.0.5"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.3#c65c25788d900325fa5e6e9d464da633cfabc468"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.3#c65c25788d900325fa5e6e9d464da633cfabc468"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"

[[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 @@ -14,8 +14,8 @@ cairo-version = "2.8.4"
version = "0.0.0"

[workspace.dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
starknet = "2.8.4"
cairo_test = "2.8.4"

Expand Down
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.0.3" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
achievement = { path = ".." }
controller = { path = ".." }
provider = { path = ".." }
Expand All @@ -20,7 +20,7 @@ starknet = "2.8.4"
cairo_test = "2.8.4"

[dev-dependencies]
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }

[[target.starknet-contract]]
build-external-contracts = [
Expand Down

0 comments on commit 75fbf3f

Please sign in to comment.