Skip to content

Commit

Permalink
Release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 8, 2023
1 parent f113e4d commit 2a26f0f
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 @@ -12,7 +12,7 @@ Requires JDK 21. Applications need the following JVM flags: `--enable-preview`.
[sbt](https://www.scala-sbt.org) dependency:

```scala
"com.softwaremill.ox" %% "core" % "0.0.12"
"com.softwaremill.ox" %% "core" % "0.0.13"
```

Introductory articles:
Expand Down Expand Up @@ -641,7 +641,7 @@ there's enough space in the buffer. The processing space is bound by the total s
Dependency:

```scala
"com.softwaremill.ox" %% "kafka" % "0.0.12"
"com.softwaremill.ox" %% "kafka" % "0.0.13"
```

`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 2a26f0f

Please sign in to comment.