Skip to content

Commit

Permalink
Release 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 21, 2024
1 parent 19f3bbe commit 54cc5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Requires JDK 21.
[sbt](https://www.scala-sbt.org) dependency:

```scala
"com.softwaremill.ox" %% "core" % "0.0.18"
"com.softwaremill.ox" %% "core" % "0.0.19"
```

Introductory articles:
Expand Down Expand Up @@ -714,7 +714,7 @@ The retries mechanism allows to retry a failing operation according to a given p
Dependency:

```scala
"com.softwaremill.ox" %% "kafka" % "0.0.18"
"com.softwaremill.ox" %% "kafka" % "0.0.19"
```

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

0 comments on commit 54cc5e4

Please sign in to comment.