From f3145b72b358289519a46276ec6c27d2dcbc9a94 Mon Sep 17 00:00:00 2001 From: Martin Karrer Date: Tue, 31 Mar 2026 10:39:40 +0200 Subject: [PATCH] Widen gettext constraint to support ~> 1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b36e8c98..be587d7a 100644 --- a/mix.exs +++ b/mix.exs @@ -65,7 +65,7 @@ defmodule Beacon.LiveAdmin.MixProject do # TODO: tailwind v4 needs more testing {:tailwind, "~> 0.2"}, esbuild_dep(), - {:gettext, "~> 0.26"}, + {:gettext, "~> 0.26 or ~> 1.0"}, {:jason, "~> 1.0"}, {:igniter, "~> 0.5", optional: true}, {:turboprop, "~> 0.1"},