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:
parent
e848097087
commit
5f6906b930
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ defmodule Legendary.Core.MixProject do
|
||||||
{:bamboo, "~> 1.5"},
|
{:bamboo, "~> 1.5"},
|
||||||
{:bamboo_smtp, "~> 3.0"},
|
{:bamboo_smtp, "~> 3.0"},
|
||||||
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
|
{: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},
|
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
|
||||||
{:excoveralls, "~> 0.10", only: [:dev, :test]},
|
{:excoveralls, "~> 0.10", only: [:dev, :test]},
|
||||||
{:fun_with_flags, "~> 1.6.0"},
|
{:fun_with_flags, "~> 1.6.0"},
|
||||||
|
|
Loading…
Reference in a new issue