From e9bd53741ce5849ef5a4c1cc36b760fecccd66a2 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Fri, 20 Dec 2024 14:57:19 -0500 Subject: [PATCH] fix: beacon dep definition --- mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 02725dcd..c863bfe8 100644 --- a/mix.exs +++ b/mix.exs @@ -98,8 +98,7 @@ defmodule Beacon.LiveAdmin.MixProject do {:beacon, github: "BeaconCMS/beacon", runtime: false} :else -> - {:beacon, github: "beaconCMS/beacon", runtime: false} - # {:beacon, ">= 0.0.0 and < 1.0.0", runtime: false} + {:beacon, ">= 0.0.0 and < 1.0.0", runtime: false} end end