From 5d3aa3e7d24b8e3faa14fcc326f62a6fc1f4d749 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Nov 2023 18:11:57 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.12 --- .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 78e3e6c..eed18b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.1, 3.3.1] + scala: [2.13.12, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c9a2e77..7e5ae33 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ organization := "de.leanovate.play-mockws" val playVersion = "2.9.0" -ThisBuild / crossScalaVersions := List("2.13.1", "3.3.1") +ThisBuild / crossScalaVersions := List("2.13.12", "3.3.1") fork := true From 69ea9cd497a056e2290fca49704a44b0389c8dfa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Nov 2023 18:13:25 +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 eed18b4..ee79f25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,12 +81,12 @@ jobs: java-version: 11 cache: sbt - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar