From c97e5565cbf9ead4e08d430535933366cd6ff427 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jan 2022 01:25:42 +0100 Subject: [PATCH 1/3] Update scala-library to 2.13.8 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 574482e4..0ed8a0b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7, 2.12.15] + scala: [2.13.8, 2.12.15] java: [temurin@8, temurin@11] runs-on: ${{ matrix.os }} steps: @@ -79,7 +79,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7] + scala: [2.13.8] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e301ef61..f8df2562 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ inThisBuild(List( url("https://dwolla.com") ) ), - crossScalaVersions := Seq("2.13.7", "2.12.15"), + crossScalaVersions := Seq("2.13.8", "2.12.15"), scalaVersion := crossScalaVersions.value.head, startYear := Option(2018), resolvers += Resolver.sonatypeRepo("releases"), From 00b7a2197b13696229887282a8bd517dbd2c59b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jan 2022 01:26:28 +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 0ed8a0b6..ebb767f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,12 +114,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.7) + - name: Download target directories (2.13.8) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} - - name: Inflate target directories (2.13.7) + - name: Inflate target directories (2.13.8) run: | tar xf targets.tar rm targets.tar From 28717ed130f73c69fbdce5870c007585b610ac30 Mon Sep 17 00:00:00 2001 From: Brian Holt Date: Mon, 4 Apr 2022 11:20:21 -0500 Subject: [PATCH 3/3] update mergify config --- .mergify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 59cfbf90..311fb95a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,8 +1,8 @@ queue_rules: - name: default conditions: - - status-success=Build and Test (ubuntu-latest, 2.13.7, temurin@8) - - status-success=Build and Test (ubuntu-latest, 2.13.7, temurin@11) + - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11) - status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@11) @@ -25,8 +25,8 @@ pull_request_rules: - name: merge scala-steward's PRs conditions: - author=scala-steward - - status-success=Build and Test (ubuntu-latest, 2.13.7, temurin@8) - - status-success=Build and Test (ubuntu-latest, 2.13.7, temurin@11) + - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11) - status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@11) actions: