From 93390d3825e23647f6e6ad4e34638047b1f714d3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 24 Nov 2024 11:50:32 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.4 (#199) Co-authored-by: Haemin Yoo --- .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 1076acb..d70eff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15, 3.3.3] + scala: [2.13.15, 3.3.4] 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.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 7cd1525..b0a1f77 100644 --- a/build.sbt +++ b/build.sbt @@ -280,7 +280,7 @@ lazy val commonSettings = Def.settings( lazy val V = new { val scala213 = "2.13.15" - val scala3 = "3.3.3" + val scala3 = "3.3.4" val scalaAll = scala213 :: scala3 :: Nil val cats = "2.12.0"