From 51d88262fe0ccfe6ef358b7fd7f199a7a267b992 Mon Sep 17 00:00:00 2001 From: Mathieu Decaffmeyer <5883963+mathieuprog@users.noreply.github.com> Date: Sun, 26 May 2024 21:01:05 +0800 Subject: [PATCH] Update deps --- mix.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mix.exs b/mix.exs index 9cdc05c..17c5e42 100644 --- a/mix.exs +++ b/mix.exs @@ -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} ]