diff --git a/README.md b/README.md index 13fd092..d30fc2c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the plugin according to the [sbt documentation](https://www.scala-sbt.org/1. For instance, add the following lines to `project/plugins.sbt`: ``` -addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.4.1") +addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.4.2") // Java sources compiled with one version of Avro might be incompatible with a // different version of the Avro library. Therefore we specify the compiler