diff --git a/README.md b/README.md index c8b88f2..4c3baa9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: software-mansion/setup-scarb@v1 with: - scarb-version: "0.4.0" + scarb-version: "0.5.1" - run: scarb fmt --check - run: scarb test ```