Remove saxy as a dep

This commit is contained in:
Max Veytsman
2022-09-02 13:22:00 -04:00
parent c0d0f5d38a
commit 65fb8c6988

View File

@ -31,7 +31,6 @@ defmodule HeroiconsElixir.MixProject do
{:phoenix_html, "~> 2.14 or ~> 3.0"},
{:phoenix_live_view, ">= 0.16.0", optional: true},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:saxy, "~> 1.4", only: [:dev, :test]},
{:castore, ">= 0.0.0"}
]
end