diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b62427b..6d5e4c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-12, macos-latest] - scala: [2.12.20, 2.13.14, 3.3.3] + scala: [2.12.20, 2.13.14, 3.3.4] java: [temurin@8, temurin@11, temurin@17, temurin@21] exclude: - java: temurin@8 @@ -169,12 +169,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 676d763..03fb3b6 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "pekko-streams-circe" val scala213Version = "2.13.14" val scala212Version = "2.12.20" -val scala3Version = "3.3.3" +val scala3Version = "3.3.4" val circeVersion = "0.14.10" val pekkoVersion = "1.0.3"