From 487823e7b7211c8ef130da2076fa48b8fbb3e321 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 1 Aug 2022 12:03:59 +0200 Subject: [PATCH] Release v3.4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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