diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1812ebc..21badd47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,14 +32,14 @@ jobs: project/target key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Check with Scalafmt - run: sbt ++2.13.15 fmtCheck + run: sbt ++2.13.16 fmtCheck build: name: Test needs: format strategy: matrix: scala: - - 2.13.15 + - 2.13.16 - 3.3.4 java: - adopt@1.11 @@ -97,7 +97,7 @@ jobs: project/target key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Publish Snapshot for Scala 2.13 - run: CI_SNAPSHOT_RELEASE=publish sbt ++2.13.15 releaseIt + run: CI_SNAPSHOT_RELEASE=publish sbt ++2.13.16 releaseIt env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f3d4a97d..05ff61aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: project/target key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Release for Scala 2.13 - run: CI_RELEASE=publishSigned sbt ++2.13.15 releaseIt + run: CI_RELEASE=publishSigned sbt ++2.13.16 releaseIt env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }} diff --git a/build.sbt b/build.sbt index 724a5c1c..97aff502 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val V = new { val `zio-interop` = "23.1.0.3" val `zio-cache` = "0.2.3" val `zio-json` = "0.7.4" - val `zio-kafka` = "2.9.1" + val `zio-kafka` = "2.10.0" val `zio-nio` = "2.0.2" val `zio-oci-objectstorage` = "0.7.3" val `zio-s3` = "0.4.3"