From 1b58bb4dd367e3dcc47e8442be0a6e76bc31177d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 00:17:17 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e3de4af..d4c7b2c 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild( ) Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / scalaVersion := "3.3.1" +ThisBuild / scalaVersion := "3.3.5" ThisBuild / githubWorkflowTargetTags := Seq("v*") ThisBuild / githubWorkflowPublishTargetBranches := List(RefPredicate.StartsWith(Ref.Tag("v")), RefPredicate.Equals(Ref.Branch("main"))) From 3794d977a79dfe15aef3d8b59429789732d72ad6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 00:18:05 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b0299b..11acdf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.0] + scala: [3.3.5] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.0] + scala: [3.3.5] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -105,12 +105,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.3.0) + - name: Download target directories (3.3.5) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.3.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }} - - name: Inflate target directories (3.3.0) + - name: Inflate target directories (3.3.5) run: | tar xf targets.tar rm targets.tar