Add http client dependency

This commit is contained in:
Claudio Ortolina
2024-09-15 16:14:41 +01:00
parent cded55b924
commit 99d87a5596
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ defmodule MusicLibrary.MixProject do
{:phoenix_html, "~> 4.1"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:yaml_elixir, "~> 2.11"},
{:finch, "~> 0.19.0"},
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
{:floki, ">= 0.30.0", only: :test},