Skip to content

Commit 47ca8e6

Browse files
committed
Release 0.0.20
1 parent d159a39 commit 47ca8e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Safe direct-style concurrency and resiliency for Scala on the JVM. Requires JDK
99
[sbt](https://www.scala-sbt.org) dependency:
1010

1111
```scala
12-
"com.softwaremill.ox" %% "core" % "0.0.19"
12+
"com.softwaremill.ox" %% "core" % "0.0.20"
1313
```
1414

1515
Documentation is available at [https://ox.softwaremill.com](https://ox.softwaremill.com).

generated-doc/out/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In addition to this documentation, ScalaDocs can be browsed at [https://javadoc.
1010
## sbt dependency
1111

1212
```scala
13-
"com.softwaremill.ox" %% "core" % "0.0.19+3-a8305f46-SNAPSHOT"
13+
"com.softwaremill.ox" %% "core" % "0.0.20"
1414
```
1515

1616
## Scope of the project

generated-doc/out/kafka.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Dependency:
44

55
```scala
6-
"com.softwaremill.ox" %% "kafka" % "0.0.19+3-a8305f46-SNAPSHOT"
6+
"com.softwaremill.ox" %% "kafka" % "0.0.20"
77
```
88

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