From 0a9f02c9a10de7ab6b3bd234c4f594cf5f07253b Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Wed, 16 Sep 2020 18:34:30 +0200 Subject: [PATCH] Release v3.1.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da04607..3098b2d 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.cavorite" % "sbt-avro" % "3.0.0-SNAPSHOT") +addSbtPlugin("com.cavorite" % "sbt-avro" % "3.1.0") // Java sources compiled with one version of Avro might be incompatible with a // different version of the Avro library. Therefore we specify the compiler @@ -113,3 +113,4 @@ This program is distributed under the BSD license. See the file `LICENSE` for mo - [Neville Li](https://github.com/nevillelyh) - [Michel Davit](https://github.com/RustedBones) - [Mārtiņš Kalvāns](https://github.com/sisidra) +- [Oskar Jung](https://github.com/ojung)