Skip to content

Commit 51d8826

Browse files
committed
Update deps
1 parent 3487808 commit 51d8826

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ defmodule PolymorphicEmbed.MixProject do
4949
[
5050
{:ecto, "~> 3.11"},
5151
{:jason, "~> 1.4"},
52-
{:phoenix_html, "~> 4.0", optional: true},
52+
{:phoenix_html, "~> 4.1", optional: true},
5353
{:phoenix_html_helpers, "~> 1.0", optional: true},
5454
{:ex_doc, "~> 0.33", only: :dev},
5555
{:ecto_sql, "~> 3.11", only: :test},
56-
{:postgrex, "~> 0.17", only: :test},
57-
{:query_builder, "~> 1.0", only: :test},
56+
{:postgrex, "~> 0.18", only: :test},
57+
{:query_builder, "~> 1.4", only: :test},
5858
{:phoenix_ecto, "~> 4.6", only: :test},
5959
{:phoenix_live_view, "~> 0.20", only: :test},
6060
{:floki, "~> 0.36", only: :test},
61-
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
61+
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
6262
{:excoveralls, "~> 0.18", only: :test},
6363
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
6464
]

0 commit comments

Comments
 (0)