Unpin gettext and update

This commit is contained in:
Claudio Ortolina
2025-11-08 20:54:23 +00:00
parent 4a5ed2de1a
commit 4d07d3f444
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -47,9 +47,7 @@ defmodule MusicLibrary.MixProject do
{:circular_buffer, "~> 1.0", override: true},
# Translations
# Pinned until there's a fix for the issue caused by
# https://github.com/elixir-gettext/gettext/pull/423
{:gettext, "== 1.0.0"},
{:gettext, "~> 1.0"},
# Web Server
{:bandit, "~> 1.5"},