We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a775867 commit 52bdcf5Copy full SHA for 52bdcf5
README.md
@@ -12,7 +12,7 @@ Requires JDK 20. 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.10"
+"com.softwaremill.ox" %% "core" % "0.0.11"
16
```
17
18
Introductory articles:
@@ -578,7 +578,7 @@ there's enough space in the buffer. The processing space is bound by the total s
578
Dependency:
579
580
581
-"com.softwaremill.ox" %% "kafka" % "0.0.10"
+"com.softwaremill.ox" %% "kafka" % "0.0.11"
582
583
584
`Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through
0 commit comments