diff --git a/README.md b/README.md index 65318da..7d0351c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Implicitly turn your `Encoder` and `Decoder` instances into `Serializer`, `Deser `circe-kafka` is cross-compiled against Scala 2.11 and 2.12. ```scala -libraryDependencies ++= "com.nequissimus" %% "circe-kafka" % "2.0.1" +libraryDependencies ++= "com.nequissimus" %% "circe-kafka" % "2.1.0" ``` Note that this library attempts to match the Kafka version.