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

This commit is contained in:
Robert Prehn 2021-08-04 23:08:08 +00:00
parent 15e35adb53
commit 06ef1c56a5

View file

@ -139,7 +139,7 @@ defmodule Legendary.Core.MixProject do
{:bamboo_smtp, "~> 3.0"},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], 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"},