Skip to content

Commit

Permalink
Merge branch 'master' into consumer-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten authored Jan 18, 2024
2 parents 3f3e2c7 + 6247f7d commit 624a8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Kafka has a mature Java client for producing and consuming events, but it has a
In order to use this library, we need to add the following line in our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.1"
libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.7.1" % Test
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.2"
libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.7.2" % Test
```

## Example
Expand Down
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.20",
"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.20" % Test
),
// Scala 3 compiling fails with:
Expand Down

0 comments on commit 624a8c4

Please sign in to comment.