sksamuel / avro4s

Avro schema generation and serialization / deserialization for Scala
Apache License 2.0
719 stars 238 forks source link

Remove scala-compiler dependency for release/4.0.x branch #820

Closed alexklibisz closed 9 months ago

alexklibisz commented 9 months ago

Same as https://github.com/sksamuel/avro4s/pull/813. In my case, scala-compiler depends on a version of scala-xml that conflicts with another dependency's version of scala-xml.

sksamuel commented 9 months ago

4.1.2 released. Thanks for PR.