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

Commit 689d661

Browse files
committed
Updated version in README
1 parent 5fb33fd commit 689d661

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
@@ -15,15 +15,15 @@ The design of the library was inspired by the work started by Alexis Seigneurin
1515
`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:
1616

1717
```scala
18-
val kafka_streams_scala_version = "0.1.0"
18+
val kafka_streams_scala_version = "0.1.1"
1919

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

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

2828
## Running the Tests
2929

0 commit comments

Comments
 (0)