Skip to content

Commit

Permalink
Update version of sei-integration-tests (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dssei authored Apr 25, 2024
1 parent 14cc551 commit 2d416bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sei-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sei-integration-tests"
version = "0.4.10"
version = "0.4.11"
edition = "2021"
description = "Custom module to support integration tests for Sei chain contracts"
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-multi-test = "0.16"
anyhow = "1"
sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.11" }
sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.15" }
cosmwasm-std = "1.0.0"
cw20-base = "0.13.4"
schemars = "0.8.8"
Expand Down

0 comments on commit 2d416bf

Please sign in to comment.