Skip to content

Commit 54cc5e4

Browse files
committed
Release 0.0.19
1 parent 19f3bbe commit 54cc5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Requires JDK 21.
1313
[sbt](https://www.scala-sbt.org) dependency:
1414

1515
```scala
16-
"com.softwaremill.ox" %% "core" % "0.0.18"
16+
"com.softwaremill.ox" %% "core" % "0.0.19"
1717
```
1818

1919
Introductory articles:
@@ -714,7 +714,7 @@ The retries mechanism allows to retry a failing operation according to a given p
714714
Dependency:
715715

716716
```scala
717-
"com.softwaremill.ox" %% "kafka" % "0.0.18"
717+
"com.softwaremill.ox" %% "kafka" % "0.0.19"
718718
```
719719

720720
`Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through

0 commit comments

Comments
 (0)