From 406ce573696f17f5915715c7a5d223b7994dbbe2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Apr 2022 18:29:00 +0200 Subject: [PATCH 1/2] Update scala3-library, ... to 3.1.2 --- .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 eb06303c..c0652f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.1.1] + scala: [2.12.15, 2.13.8, 3.1.2] java: [temurin@8] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} @@ -110,7 +110,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.1] + scala: [3.1.2] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index fd855e6a..17a1b9df 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / developers ++= List( ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8")) -ThisBuild / crossScalaVersions := List("2.12.15", "2.13.8", "3.1.1") +ThisBuild / crossScalaVersions := List("2.12.15", "2.13.8", "3.1.2") ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3") From 4a5bfcaf18381384af6892f2440fd44ac41fdd27 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Apr 2022 18:29:29 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0652f0e..7b337550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,22 +187,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJS) + - name: Download target directories (3.1.2, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJS - - name: Inflate target directories (3.1.1, rootJS) + - name: Inflate target directories (3.1.2, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJVM) + - name: Download target directories (3.1.2, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJVM - - name: Inflate target directories (3.1.1, rootJVM) + - name: Inflate target directories (3.1.2, rootJVM) run: | tar xf targets.tar rm targets.tar