Skip to content

Commit

Permalink
feat:scarb update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemiiah committed Sep 27, 2024
1 parent 3767d6b commit 1a249ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "contracts"
version = "0.1.0"

[dependencies]
starknet = "2.8.2"
starknet = "2.8.3"
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.27.0" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.15.0" }

Expand Down
2 changes: 1 addition & 1 deletion contracts/scripts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2023_11"

[dependencies]
sncast_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.31.0" }
starknet = "2.8.2"
starknet = "2.8.3"
contracts = { path = "../" }

[lib]
Expand Down

0 comments on commit 1a249ed

Please sign in to comment.