From 289748b2d65caf8f4934fff7bce4b5199b2d2891 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:45:19 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.5 (#227) --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e95e847..16f8eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16, 3.3.4] + scala: [2.13.16, 3.3.5] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -94,12 +94,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.4) + - name: Download target directories (3.3.5) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }} - - name: Inflate target directories (3.3.4) + - name: Inflate target directories (3.3.5) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 308fb29..df742fb 100644 --- a/build.sbt +++ b/build.sbt @@ -280,7 +280,7 @@ lazy val commonSettings = Def.settings( lazy val V = new { val scala213 = "2.13.16" - val scala3 = "3.3.4" + val scala3 = "3.3.5" val scalaAll = scala213 :: scala3 :: Nil val cats = "2.13.0"