Skip to content

Commit a131efa

Browse files
committed
Update readme
1 parent bff8888 commit a131efa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For configuration and usage, see the Wiki:
3838
SBT library dependency:
3939

4040
```scala
41-
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client" % "0.10.2.1"
41+
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client" % "0.10.2.2"
4242
```
4343

4444
### Akka Integration
@@ -52,7 +52,7 @@ For configuration and usage, see the Wiki:
5252
SBT library dependency:
5353

5454
```scala
55-
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-akka" % "0.10.2.1"
55+
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-akka" % "0.10.2.2"
5656
```
5757

5858
### TestKit
@@ -66,7 +66,7 @@ For usage, see the Wiki:
6666
SBT library dependency:
6767

6868
```scala
69-
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-testkit" % "0.10.2.1" % "test"
69+
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-testkit" % "0.10.2.2" % "test"
7070
```
7171

7272
## Version Compatibility
@@ -96,6 +96,9 @@ Here is the full table of binary compatibilities between Scala Kafka client and
9696

9797
## Change log
9898

99+
### 0.10.2.2 - 05/2017
100+
* Minor improvements to producer API
101+
99102
### 0.10.2.1 - 05/2017
100103

101104
* Update Kafka to 0.10.2.1
@@ -157,6 +160,6 @@ innovative and intelligent tools for profiling Java and .NET applications.
157160

158161
## License
159162

160-
Copyright 2016, Cake Solutions.
163+
Copyright 2016-2017, Cake Solutions.
161164

162165
Licensed under the MIT License

0 commit comments

Comments
 (0)