fix dialyzer error

This commit is contained in:
2022-02-08 21:14:31 -05:00
parent a39c3da351
commit 84f36db1d1
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ defmodule Cannery.MixProject do
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.17", override: true},
{:phoenix_view, "~> 1.1"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.6"},
# {:esbuild, "~> 0.3", runtime: Mix.env() == :dev},