diff --git a/mix.exs b/mix.exs index bccb50a..ba3a286 100644 --- a/mix.exs +++ b/mix.exs @@ -51,12 +51,12 @@ defmodule PolymorphicEmbed.MixProject do {:jason, "~> 1.4"}, {:phoenix_html, "~> 4.1", optional: true}, {:phoenix_html_helpers, "~> 1.0", optional: true}, + {:phoenix_live_view, "~> 0.19", optional: true}, {:ex_doc, "~> 0.33", only: :dev}, {:ecto_sql, "~> 3.11", only: :test}, {:postgrex, "~> 0.18", only: :test}, {:query_builder, "~> 1.4", only: :test}, {:phoenix_ecto, "~> 4.6", only: :test}, - {:phoenix_live_view, "~> 0.20", only: :test}, {:floki, "~> 0.36", only: :test}, {:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}, {:excoveralls, "~> 0.18", only: :test},