Pin gettext to 1.0.0

This commit is contained in:
Claudio Ortolina
2025-11-03 17:32:41 +00:00
parent c583567b17
commit 99a01ae9a5
+3 -1
View File
@@ -47,7 +47,9 @@ defmodule MusicLibrary.MixProject do
{:circular_buffer, "~> 1.0", override: true}, {:circular_buffer, "~> 1.0", override: true},
# Translations # 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 # Web Server
{:bandit, "~> 1.5"}, {:bandit, "~> 1.5"},