Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed May 26, 2024
1 parent 3487808 commit 51d8826
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ defmodule PolymorphicEmbed.MixProject do
[
{:ecto, "~> 3.11"},
{:jason, "~> 1.4"},
{:phoenix_html, "~> 4.0", optional: true},
{:phoenix_html, "~> 4.1", optional: true},
{:phoenix_html_helpers, "~> 1.0", optional: true},
{:ex_doc, "~> 0.33", only: :dev},
{:ecto_sql, "~> 3.11", only: :test},
{:postgrex, "~> 0.17", only: :test},
{:query_builder, "~> 1.0", 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.0", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.18", only: :test},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
Expand Down

0 comments on commit 51d8826

Please sign in to comment.