derekkraan / delta_crdt_ex

Use DeltaCrdt to build distributed applications in Elixir
MIT License
493 stars 36 forks source link

replace Logger.warn with Logger.warning #69

Closed kevboh closed 3 months ago

kevboh commented 3 months ago

Fixes compile warnings.

derekkraan commented 3 months ago

Logger.warning/2 is only available in Elixir 1.11 and above, can you adjust the supported Elixir version on line 8 of the mix.exs file? Then the PR will be complete and I can merge.

kevboh commented 3 months ago

@derekkraan done!

derekkraan commented 3 months ago

Great, thanks!