From 43967e4a20b75b729922af153d6deca1816a726b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 09:45:35 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.16 --- .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 09da1d4..45b891e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15] + scala: [2.13.16] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -67,7 +67,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15] + scala: [2.13.16] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e93b624..72df1c9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import _root_.io.github.nafg.mergify.dsl.* -ThisBuild / scalaVersion := "2.13.15" +ThisBuild / scalaVersion := "2.13.16" ThisBuild / scalacOptions += "-Xsource:3" mergifyExtraConditions := Seq( From 01227a3636fa549b105de2c34ca8c1aa23e3c7a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 09:46:07 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- .mergify.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45b891e..26201d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,12 +87,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.13.15) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.15) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 88aa524..fb92ac6 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: - author=scala-steward - author=slick-scala-steward[bot] - author=renovate[bot] - - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.16, temurin@11) actions: queue: name: default