diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da2f63..670e60e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,12 +85,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (3.5.0) + - name: Download target directories (3.5.1) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.5.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.5.1-${{ matrix.java }} - - name: Inflate target directories (3.5.0) + - name: Inflate target directories (3.5.1) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index d05ac95..901cfab 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, 3.5.0, temurin@17) + - check-success=Build and Test (ubuntu-latest, 3.5.1, temurin@17) - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@17) actions: queue: