From e488181319321d4b0f5ccfeec0b6cbd109d3e940 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:07:42 +0000 Subject: [PATCH 1/3] Update scala-library to 2.12.17 --- .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 aa5e1eea..704e34c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.15] + scala: [2.13.10, 2.12.17] java: [temurin@8, temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f1940743..0dd3fce9 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ inThisBuild(List( url("https://dwolla.com") ) ), - crossScalaVersions := Seq("2.13.10", "2.12.15"), + crossScalaVersions := Seq("2.13.10", "2.12.17"), scalaVersion := crossScalaVersions.value.head, startYear := Option(2018), resolvers += Resolver.sonatypeRepo("releases"), From 3a52ce8fdab50ff6c9b3efe4093a8f6fe85ec626 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:07:55 +0000 Subject: [PATCH 2/3] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 704e34c9..6b6588e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,12 +124,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.15) + - name: Download target directories (2.12.17) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.17) run: | tar xf targets.tar rm targets.tar From d03abc68d66315f51279fbdc569a88f93ddbfb3f Mon Sep 17 00:00:00 2001 From: Brian Holt Date: Wed, 2 Nov 2022 16:24:59 -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 f7a2b48b..12ba5dcd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -3,8 +3,8 @@ queue_rules: conditions: - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.10, 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) + - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11) pull_request_rules: - name: assign and label scala-steward's PRs @@ -27,8 +27,8 @@ pull_request_rules: - author=dwolla-oss-scala-steward[bot] - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.10, 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) + - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11) actions: queue: method: squash