We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f3bbe commit 54cc5e4Copy full SHA for 54cc5e4
README.md
@@ -13,7 +13,7 @@ Requires JDK 21.
13
[sbt](https://www.scala-sbt.org) dependency:
14
15
```scala
16
-"com.softwaremill.ox" %% "core" % "0.0.18"
+"com.softwaremill.ox" %% "core" % "0.0.19"
17
```
18
19
Introductory articles:
@@ -714,7 +714,7 @@ The retries mechanism allows to retry a failing operation according to a given p
714
Dependency:
715
716
717
-"com.softwaremill.ox" %% "kafka" % "0.0.18"
+"com.softwaremill.ox" %% "kafka" % "0.0.19"
718
719
720
`Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through
0 commit comments