commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.05k stars 146 forks source link

chore: fix elixir warning deprecation message #278

Closed yordis closed 1 year ago

yordis commented 1 year ago

Signed-off-by: Yordis Prieto yordis.prieto@gmail.com

slashdotdash commented 1 year ago

Will also need to bump the version of Elixir supported in mix.exs from v1.10 to v1.11 as that is when the Logger.warning/2 function was added.

yordis commented 1 year ago

✅ done