Skip to content

Commit 2af874d

Browse files
committed
Release 0.0.12
1 parent 90428c2 commit 2af874d

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 @@ Note that currently only the [Scala nightly builds](https://dotty.epfl.ch) seem
1313
[sbt](https://www.scala-sbt.org) dependency:
1414

1515
```scala
16-
"com.softwaremill.ox" %% "core" % "0.0.11"
16+
"com.softwaremill.ox" %% "core" % "0.0.12"
1717
```
1818

1919
Introductory articles:
@@ -642,7 +642,7 @@ there's enough space in the buffer. The processing space is bound by the total s
642642
Dependency:
643643

644644
```scala
645-
"com.softwaremill.ox" %% "kafka" % "0.0.11"
645+
"com.softwaremill.ox" %% "kafka" % "0.0.12"
646646
```
647647

648648
`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)