We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3487808 commit 51d8826Copy full SHA for 51d8826
1 file changed
mix.exs
@@ -49,16 +49,16 @@ defmodule PolymorphicEmbed.MixProject do
49
[
50
{:ecto, "~> 3.11"},
51
{:jason, "~> 1.4"},
52
- {:phoenix_html, "~> 4.0", optional: true},
+ {:phoenix_html, "~> 4.1", optional: true},
53
{:phoenix_html_helpers, "~> 1.0", optional: true},
54
{:ex_doc, "~> 0.33", only: :dev},
55
{:ecto_sql, "~> 3.11", only: :test},
56
- {:postgrex, "~> 0.17", only: :test},
57
- {:query_builder, "~> 1.0", only: :test},
+ {:postgrex, "~> 0.18", only: :test},
+ {:query_builder, "~> 1.4", only: :test},
58
{:phoenix_ecto, "~> 4.6", only: :test},
59
{:phoenix_live_view, "~> 0.20", only: :test},
60
{:floki, "~> 0.36", only: :test},
61
- {:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
+ {:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
62
{:excoveralls, "~> 0.18", only: :test},
63
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
64
]
0 commit comments