We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90428c2 commit 2af874dCopy full SHA for 2af874d
README.md
@@ -13,7 +13,7 @@ Note that currently only the [Scala nightly builds](https://dotty.epfl.ch) seem
13
[sbt](https://www.scala-sbt.org) dependency:
14
15
```scala
16
-"com.softwaremill.ox" %% "core" % "0.0.11"
+"com.softwaremill.ox" %% "core" % "0.0.12"
17
```
18
19
Introductory articles:
@@ -642,7 +642,7 @@ there's enough space in the buffer. The processing space is bound by the total s
642
Dependency:
643
644
645
-"com.softwaremill.ox" %% "kafka" % "0.0.11"
+"com.softwaremill.ox" %% "kafka" % "0.0.12"
646
647
648
`Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through
0 commit comments