Strech / avrora

A convenient Elixir library to work with Avro messages, schemas and Confluent® Schema Registry
https://hexdocs.pm/avrora
MIT License
97 stars 33 forks source link

Increment erlavro to avoid rebar2 issue. #96

Closed chriseyre2000 closed 2 years ago

chriseyre2000 commented 2 years ago

erlavro 2.9.8 is no longer dependent upon Rebar2 (which will cause deprecation warnings).

Strech commented 2 years ago

Hi @chriseyre2000 👋🏼

Thanks for your contribution, let me check what changed and we can merge it


UPD: Ok, so in 2.9.8 erlavro dropped rebar2 support. I'm not sure how it will impact projects using Avrora, but going to do some quick research.

I notice that tests are failing too ...

Strech commented 2 years ago

I've checked the dependencies and it's available for an update which means that you just need to execute locally this

mix deps.update erlavro

to update the version lock inside your project. There is no need to update the version in the Avrora