Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Sep 16, 2020
1 parent 8e129ca commit 0a9f02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 0a9f02c

Please sign in to comment.