Skip to content

Commit

Permalink
Update zio-kafka to 2.10.0 (#1724)
Browse files Browse the repository at this point in the history
* Update zio-kafka to 2.10.0

* updating the CI too

---------

Co-authored-by: Julien Jean Paul Sirocchi <julien.sirocchi@gmail.com>
  • Loading branch information
scala-steward and sirocchj authored Jan 21, 2025
1 parent d70928b commit a498722
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a498722

Please sign in to comment.