File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ For configuration and usage, see the Wiki:
3838SBT 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:
5252SBT 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:
6666SBT 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
162165Licensed under the MIT License
You can’t perform that action at this time.
0 commit comments