Skip to content

Commit 52bdcf5

Browse files
committed
Release 0.0.11
1 parent a775867 commit 52bdcf5

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
@@ -12,7 +12,7 @@ Requires JDK 20. Applications need the following JVM flags: `--enable-preview --
1212
[sbt](https://www.scala-sbt.org) dependency:
1313

1414
```scala
15-
"com.softwaremill.ox" %% "core" % "0.0.10"
15+
"com.softwaremill.ox" %% "core" % "0.0.11"
1616
```
1717

1818
Introductory articles:
@@ -578,7 +578,7 @@ there's enough space in the buffer. The processing space is bound by the total s
578578
Dependency:
579579

580580
```scala
581-
"com.softwaremill.ox" %% "kafka" % "0.0.10"
581+
"com.softwaremill.ox" %% "kafka" % "0.0.11"
582582
```
583583

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