diff --git a/README.md b/README.md index 17a626c1..ec9c0d9d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requires JDK 21. Applications need the following JVM flags: `--enable-preview`. [sbt](https://www.scala-sbt.org) dependency: ```scala -"com.softwaremill.ox" %% "core" % "0.0.12" +"com.softwaremill.ox" %% "core" % "0.0.13" ``` Introductory articles: @@ -641,7 +641,7 @@ there's enough space in the buffer. The processing space is bound by the total s Dependency: ```scala -"com.softwaremill.ox" %% "kafka" % "0.0.12" +"com.softwaremill.ox" %% "kafka" % "0.0.13" ``` `Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through