Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel authored Sep 17, 2023
1 parent 7c11dbb commit e76fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[<img src="https://img.shields.io/maven-central/v/com.sksamuel.avro4s/avro4s-core_3.svg?label=latest%20release%20for%203.0"/>](http://search.maven.org/#search%7Cga%7C1%7Cavro4s-core_3)
[<img src="https://img.shields.io/nexus/s/https/oss.sonatype.org/com.sksamuel.avro4s/avro4s-core_3.svg?label=latest%20snapshot&style=plastic"/>](https://oss.sonatype.org/content/repositories/snapshots/com/sksamuel/avro4s/)

**This project is in maintaince only mode - PRs will be accepted and releases published but active development has ceased**
**This is a community project - PRs will be accepted and releases published by the maintainer**

Avro4s is a schema/class generation and serializing/deserializing library for [Avro](http://avro.apache.org/) written in Scala. The objective is to allow seamless use with Scala without the need to write boilerplate conversions yourself, and without the runtime overhead of reflection. Hence, this is a macro based library and generates code for use with Avro at _compile time_.

Expand Down

0 comments on commit e76fa2f

Please sign in to comment.