merge: updates from upstream
All checks were successful
continuous-integration/drone/pr Build is passing

Conflicts:
    mix.exs
    mix.lock
This commit is contained in:
2025-06-20 11:59:45 -03:00
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ defmodule Wabanex.MixProject do
{:decimal, "~> 2.3.0"},
{:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false},
{:dns_cluster, "~> 0.2.0"},
{:ecto_sql, "~> 3.12.0"},
{:ecto_sql, "~> 3.13.0"},
{:elixlsx, "~> 0.6.0", only: :test},
{:ex_doc, "~> 0.38.0", only: :dev, runtime: false},
{:gettext, "~> 0.26.0"},