improvement: loosen tails dependency

This commit is contained in:
Zach Daniel 2023-07-31 22:47:12 -04:00
parent 0bb90e084a
commit 890c0f5da7

View file

@ -99,7 +99,7 @@ defmodule AshAdmin.MixProject do
{:phoenix_live_view, "~> 0.19"},
{:phoenix_html, "~> 3.2"},
{:jason, "~> 1.0"},
{:tails, "~> 0.1.6"},
{:tails, "~> 0.1"},
# Dev dependencies
{:plug_cowboy, "~> 2.0", only: [:dev, :test]},
{:phoenix_live_reload, "~> 1.2", only: [:dev, :test]},