diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 024072f..28a8f7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 - uses: software-mansion/setup-scarb@v1 with: - scarb-version: "0.7.0" + scarb-version: "2.6.5" - run: scarb fmt --check - run: scarb build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 616546c..91ba809 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v3 - uses: software-mansion/setup-scarb@v1 with: - scarb-version: "0.7.0" + scarb-version: "2.6.5" - run: scarb test diff --git a/Scarb.toml b/Scarb.toml index 0ff83ae..fb9308b 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -5,7 +5,7 @@ version = "2.0.0" [lib] [dependencies] -starknet = "2.6.4" +starknet = ">=2.6.4" openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.14.0" } [dev-dependencies]