From 7d3a6dcbd5caa5092cba3e32d078fa63416aeaab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 02:11:16 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.13 --- .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..3bf9e26 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.13, 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.13' 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.13] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5355bd4..62acc47 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.13" ThisBuild / scalaVersion := Scala213 ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.2.0") From ec716e265544055793ddaea5c5897355f2cd7475 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 02:11:52 +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 3bf9e26..394339b 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.13, 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.13-rootJS - - name: Inflate target directories (2.13.10, rootJS) + - name: Inflate target directories (2.13.13, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM) + - name: Download target directories (2.13.13, 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.13-rootJVM - - name: Inflate target directories (2.13.10, rootJVM) + - name: Inflate target directories (2.13.13, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootNative) + - name: Download target directories (2.13.13, 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.13-rootNative - - name: Inflate target directories (2.13.10, rootNative) + - name: Inflate target directories (2.13.13, rootNative) run: | tar xf targets.tar rm targets.tar