Skip to content

Commit

Permalink
Merge pull request #97 from SteffenDE/optional_phoenix_live_view
Browse files Browse the repository at this point in the history
add live_view as optional dependency
  • Loading branch information
mathieuprog authored May 27, 2024
2 parents 3b04803 + 45b8236 commit c8d3d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit c8d3d2e

Please sign in to comment.