Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 8e3b56b

Browse files
committed
Updated version in README
1 parent ed9fac8 commit 8e3b56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ The design of the library was inspired by the work started by Alexis Seigneurin
1616
`kafka-streams-scala` is published and cross-built for Scala `2.11`, and `2.12`, so you can just add the following to your build:
1717

1818
```scala
19-
val kafka_streams_scala_version = "0.2.0"
19+
val kafka_streams_scala_version = "0.2.1"
2020

2121
libraryDependencies ++= Seq("com.lightbend" %%
2222
"kafka-streams-scala" % kafka_streams_scala_version)
2323
```
2424

2525
> Note: `kafka-streams-scala` supports onwards Kafka Streams `1.0.0`.
2626
27-
The API docs for `kafka-streams-scala` is available [here](https://developer.lightbend.com/docs/api/kafka-streams-scala/0.2.0/com/lightbend/kafka/scala/streams) for Scala 2.12 and [here](https://developer.lightbend.com/docs/api/kafka-streams-scala_2.11/0.2.0/#package) for Scala 2.11.
27+
The API docs for `kafka-streams-scala` is available [here](https://developer.lightbend.com/docs/api/kafka-streams-scala/0.2.1/com/lightbend/kafka/scala/streams) for Scala 2.12 and [here](https://developer.lightbend.com/docs/api/kafka-streams-scala_2.11/0.2.1/#package) for Scala 2.11.
2828

2929
## Running the Tests
3030

0 commit comments

Comments
 (0)