We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc7d57 commit e3d71a9Copy full SHA for e3d71a9
README.md
@@ -12,7 +12,7 @@ Requires JDK 21.
12
[sbt](https://www.scala-sbt.org) dependency:
13
14
```scala
15
-"com.softwaremill.ox" %% "core" % "0.0.14"
+"com.softwaremill.ox" %% "core" % "0.0.15"
16
```
17
18
Introductory articles:
@@ -699,7 +699,7 @@ there's enough space in the buffer. The processing space is bound by the total s
699
Dependency:
700
701
702
-"com.softwaremill.ox" %% "kafka" % "0.0.14"
+"com.softwaremill.ox" %% "kafka" % "0.0.15"
703
704
705
`Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through
0 commit comments