Pin gettext to 1.0.0
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user