diff --git a/mix.exs b/mix.exs index d26f01c7..2daa5ec2 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,9 @@ defmodule MusicLibrary.MixProject do {:circular_buffer, "~> 1.0", override: true}, # Translations - {:gettext, "~> 1.0"}, + # Pinned until there's a fix for the issue caused by + # https://github.com/elixir-gettext/gettext/pull/423 + {:gettext, "== 1.0.0"}, # Web Server {:bandit, "~> 1.5"},