From 4c87b6408631098faa725ffdbee57ff64b12a868 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Jan 2023 22:56:11 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.2.2 --- .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 9d65fcd..dcb867c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.2.1] + scala: [2.13.8, 3.2.2] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 31a848e..6dd541d 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val devs = List( inThisBuild( Seq( scalaVersion := "2.13.8", - crossScalaVersions := List(scalaVersion.value, "3.2.1"), + crossScalaVersions := List(scalaVersion.value, "3.2.2"), versionScheme := Some("semver-spec"), organization := "com.stuart", homepage := Some(url("https://github.com/StuartApp/zcaffeine")), From fc1d0999eb6ea167252af65ba42d134ecc36dc2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Jan 2023 22:56:39 +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 dcb867c..fc6078e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1) + - name: Download target directories (3.2.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.2.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.2.2-${{ matrix.java }} - - name: Inflate target directories (3.2.1) + - name: Inflate target directories (3.2.2) run: | tar xf targets.tar rm targets.tar