Skip to content

Commit

Permalink
Merge branch 'master' into update/zio-2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten authored Jan 17, 2024
2 parents 48ad1f2 + ed2c8a4 commit 13cd73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ This library is heavily inspired and made possible by the research and implement

[License](LICENSE)

Copyright 2021-2023 Itamar Ravid and the zio-kafka contributors.
Copyright 2021-2024 Itamar Ravid and the zio-kafka contributors.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ lazy val zioKafkaExample =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.21",
"dev.zio" %% "zio-kafka" % "2.7.1",
"dev.zio" %% "zio-kafka" % "2.7.2",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.16",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.7.1" % Test,
"dev.zio" %% "zio-kafka-testkit" % "2.7.2" % Test,
"dev.zio" %% "zio-test" % "2.0.21" % Test
),
// Scala 3 compiling fails with:
Expand Down

0 comments on commit 13cd73d

Please sign in to comment.