diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b99437a..11676cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 8006f2a..741734d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -6,7 +6,7 @@ pull_request_rules: - name: Automatically merge successful Scala Steward PRs conditions: - author=scala-steward - - check-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11) - check-success=Build and Test (ubuntu-latest, 3.2.0, temurin@11) actions: queue: