diff --git a/apps/core/mix.exs b/apps/core/mix.exs index 2d1c5f87..796ff894 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -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"},