From 0ff8ff34b8310701d3f0d3a651e967e6593b7dc0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 14:55:11 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.16 --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d577a5d..cf182b56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7, 2.12.15, 3.1.0] + scala: [2.13.16, 2.12.15, 3.1.0] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: @@ -66,7 +66,7 @@ jobs: run: sbt ++${{ matrix.scala }} ci - name: Run unidoc - if: matrix.scala == '2.13.7' + if: matrix.scala == '2.13.16' run: sbt ++${{ matrix.scala }} unidoc - name: Compile Docs @@ -88,7 +88,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7] + scala: [2.13.16] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3a8667ff..8c8040b9 100644 --- a/build.sbt +++ b/build.sbt @@ -176,7 +176,7 @@ lazy val mavenSettings = Seq( ) val Scala30 = "3.1.0" -val Scala213 = "2.13.7" +val Scala213 = "2.13.16" val Scala212 = "2.12.15" val Jdk11 = "openjdk@1.11.0" From 0361acfcb23cd2f9e618e45d412997e7429ec74f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 14:55:45 +0000 Subject: [PATCH 2/2] 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 cf182b56..196063a8 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.16) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.7) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar