esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

Upgrade dependencies #203

Closed kamilwaz closed 2 years ago

kamilwaz commented 2 years ago

Updates Phoenix and other dependencies to latest versions. Alongside, Erlang was updated to 25.0 and Elixir to 1.13.

kamilwaz commented 2 years ago

Erlang cannot be upgraded to 25.x because distillery doesn't support this version yet. The change that blocks it: https://github.com/erlang/otp/commit/5ea1d07c17447ff114879b292d4b9d461c191ccd.

michalwski commented 2 years ago

Erlang cannot be upgraded to 25.x because distillery doesn't support this version yet. The change that blocks it: https://github.com/erlang/otp/commit/5ea1d07c17447ff114879b292d4b9d461c191ccd.

In fact, we could move away from distillery to the built-in release mechanism. The built-in got improved in Elixir after this project was actively developed so probably there's no reason to use the distillery anymore.