From 847189c7beeed5674339196e399ad3404bdcb318 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Jul 2022 14:52:50 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.12.16 --- .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 7b337550..1bcfd95c 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.2] + scala: [2.12.16, 2.13.8, 3.1.2] java: [temurin@8] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index fd272148..132c0531 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.2") +ThisBuild / crossScalaVersions := List("2.12.16", "2.13.8", "3.1.2") ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3") From bcef75eb9647e560c3acbfc21a857ae789433c3c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Jul 2022 14:54:13 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 1bcfd95c..184aadb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,22 +147,22 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.15, rootJS) + - name: Download target directories (2.12.16, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS - - name: Inflate target directories (2.12.15, rootJS) + - name: Inflate target directories (2.12.16, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.15, rootJVM) + - name: Download target directories (2.12.16, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM - - name: Inflate target directories (2.12.15, rootJVM) + - name: Inflate target directories (2.12.16, rootJVM) run: | tar xf targets.tar rm targets.tar