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:
2024-10-02 12:31:04 +00:00
4 changed files with 9 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ defmodule Wabanex.MixProject do
{:dns_cluster, "~> 0.1.1"},
{:ecto_sql, "~> 3.12.0"},
{:ex_doc, "~> 0.34.0", only: :dev, runtime: false},
{:gettext, "~> 0.25.0"},
{:gettext, "~> 0.26.0"},
{:jason, "~> 1.4.0"},
{:junit_formatter, "~> 3.4.0", only: [:test]},
{:lcov_ex, "~> 0.3.0", only: [:dev, :test], runtime: false},