From 5f6906b9308f45f7e99e5a56a6fbf7495cd64aca Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Thu, 1 Jul 2021 23:07:15 +0000 Subject: [PATCH] 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) --- apps/core/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},