elixirmoney / money

Elixir library for working with Money safer, easier, and fun... Is an interpretation of the Fowler's Money pattern in fun.prog.
https://hex.pm/packages/money/
MIT License
826 stars 139 forks source link

Bump dependencies #211

Closed mcelaney closed 5 months ago

mcelaney commented 8 months ago

Minor updates to dependencies

Dependency Current Latest Status
credo 1.6.5 1.7.1 Update not possible
decimal 2.0.0 2.1.1 Update possible
dialyxir 1.1.0 1.4.2 Update not possible
ecto 3.7.1 3.11.1 Update possible
ex_doc 0.29.0 0.31.0 Update possible
phoenix_html 3.2.0 3.3.3 Update possible

Tests were failing around a DocTest using #Decimal<> instead of Decimal.new/1 so I picked that up as well.

Nitrino commented 5 months ago

Thanks!