shinyscorpion / task_bunny

TaskBunny is a background processing application written in Elixir and uses RabbitMQ as a messaging backend
MIT License
202 stars 30 forks source link

Updating versions and suppressing some warnings #77

Open lfmalves opened 3 years ago

lfmalves commented 3 years ago

We used TaskBunny in our company, and these updates were. We bumped some Elixir versions (up to 1.7.4, before the breaking changes of 1.8), some library versions, and we traded Poison for Jason. I hope this helps.