From 56f2fb867f31136fa84cf93763f13e8f82669147 Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 00:19:50 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.4.1 --- .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 b0fd917..8b5251b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3] + scala: [3.4.1] java: [temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -79,7 +79,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3] + scala: [3.4.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c3f52f1..f245b92 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.time.LocalDate ThisBuild / dynverSeparator := "-" // Default uses '+' which is not valid for docker tags -ThisBuild / scalaVersion := "3.3.3" +ThisBuild / scalaVersion := "3.4.1" addCommandAlias("codeFmt", ";headerCreate;scalafmtAll;scalafmtSbt;scalafixAll") addCommandAlias("codeVerify", ";scalafmtCheckAll;scalafmtSbtCheck;scalafixAll --check;headerCheck") From 6acf1523064fbab363dbdceaa19a39cbd13c237a Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 00:20:07 +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 8b5251b..0fb8132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,12 +114,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.3.3) + - name: Download target directories (3.4.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar