chore(deps): update ex_cldr requirement from ~> 2.13.0 to ~> 2.23.0

Updates the requirements on [ex_cldr](https://github.com/elixir-cldr/cldr) to permit the latest version.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-cldr/cldr/compare/v2.13.0...v2.23.0)
This commit is contained in:
Robert Prehn 2021-07-01 23:07:15 +00:00
parent e848097087
commit 5f6906b930

View file

@ -137,7 +137,7 @@ defmodule Legendary.Core.MixProject do
{:bamboo, "~> 1.5"},
{:bamboo_smtp, "~> 3.0"},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:ex_cldr, "~> 2.13.0"},
{:ex_cldr, "~> 2.23.0"},
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
{:excoveralls, "~> 0.10", only: [:dev, :test]},
{:fun_with_flags, "~> 1.6.0"},