We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1406f commit d10c457Copy full SHA for d10c457
README.md
@@ -12,7 +12,7 @@ Requires JDK 21. Applications need the following JVM flags: `--enable-preview`.
12
[sbt](https://www.scala-sbt.org) dependency:
13
14
```scala
15
-"com.softwaremill.ox" %% "core" % "0.0.13"
+"com.softwaremill.ox" %% "core" % "0.0.14"
16
```
17
18
Introductory articles:
@@ -641,7 +641,7 @@ there's enough space in the buffer. The processing space is bound by the total s
641
Dependency:
642
643
644
-"com.softwaremill.ox" %% "kafka" % "0.0.13"
+"com.softwaremill.ox" %% "kafka" % "0.0.14"
645
646
647
`Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through
0 commit comments