From b43e325029c4512717a52357a3e936c9b28cf3a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 16:32:42 +0100 Subject: [PATCH 1/3] Update scala-library to 2.13.7 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5bdc76..1bcf9ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.6, 2.12.15] + scala: [2.13.7, 2.12.15] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 35709c3..d0998c1 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild( ) val scala212Version = "2.12.15" -val scala213Version = "2.13.6" +val scala213Version = "2.13.7" val scalaVersions = Seq( scala213Version, From 3da9946c1f44d3e9a51918a70712b5582d843143 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 16:33:10 +0100 Subject: [PATCH 2/3] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bcf9ec..8fa52d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,12 +100,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.6) + - name: Download target directories (2.13.7) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} - - name: Inflate target directories (2.13.6) + - name: Inflate target directories (2.13.7) run: | tar xf targets.tar rm targets.tar From 8c6585863f94b17c0f5c99a1ed70f56a6d860847 Mon Sep 17 00:00:00 2001 From: David van Geest Date: Tue, 2 Nov 2021 09:17:37 -0400 Subject: [PATCH 3/3] Update .mergify.yml --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a55426f..ef87d88 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,14 +1,14 @@ queue_rules: - name: dependency-update conditions: - - check-success=Build and Test (ubuntu-latest, 2.13.6, adopt@1.8) + - check-success=Build and Test (ubuntu-latest, 2.13.7, adopt@1.8) - check-success=Build and Test (ubuntu-latest, 2.12.15, adopt@1.8) pull_request_rules: - name: Merge using the merge queue conditions: - base=main - - check-success=Build and Test (ubuntu-latest, 2.13.6, adopt@1.8) + - check-success=Build and Test (ubuntu-latest, 2.13.7, adopt@1.8) - check-success=Build and Test (ubuntu-latest, 2.12.15, adopt@1.8) - author=scala-steward actions: