From 714f3f43e27d62cdce6e82a3e9b618c3cb557bda Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 23:00:29 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- .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 106b2dd..94cfea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.2.0] + scala: [2.12.17, 2.13.14, 3.2.0] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} @@ -92,7 +92,7 @@ jobs: if: matrix.java == 'temurin@8' run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' doc - - if: matrix.scala == '2.13.10' + - if: matrix.scala == '2.13.14' run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'site/mdoc --check' - name: Make target directories @@ -117,7 +117,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.14] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5355bd4..433ced2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val compilerPlugins = List( crossPlugin("org.polyvariant" % "better-tostring" % "0.3.17") ) -val Scala213 = "2.13.10" +val Scala213 = "2.13.14" ThisBuild / scalaVersion := Scala213 ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.2.0") From e671796283b58fd796dbee5168dce6f2a5717d62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 23:01:10 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94cfea0..26487ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,32 +184,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJS) + - name: Download target directories (2.13.14, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS - - name: Inflate target directories (2.13.10, rootJS) + - name: Inflate target directories (2.13.14, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM) + - name: Download target directories (2.13.14, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM - - name: Inflate target directories (2.13.10, rootJVM) + - name: Inflate target directories (2.13.14, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootNative) + - name: Download target directories (2.13.14, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootNative - - name: Inflate target directories (2.13.10, rootNative) + - name: Inflate target directories (2.13.14, rootNative) run: | tar xf targets.tar rm targets.tar