diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6453bf..bda84a6 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.12.18) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.18) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 74f090f..a443d32 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,7 +8,7 @@ pull_request_rules: - or: - author=scala-steward - author=nafg-scala-steward[bot] - - check-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11) - check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11) actions: