Skip to content

Commit

Permalink
chore(backend): update dependency ecto to ~> 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jul 4, 2024
1 parent b64d78f commit 37f9cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/core/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defmodule Core.MixProject do
{:sentry, "8.0.6"},
{:ecto_sql, "~> 3.9.0"},
{:libvault, "~> 0.2.0"},
{:ecto, "~> 3.9.0", override: true},
{:ecto, "~> 3.11.0", override: true},
{:postgrex, ">= 0.0.0"},
{:ex_machina, "~> 2.7.0", only: :test},
{:comeonin, "~> 5.3.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Plural.MixProject do
{:distillery, "~> 2.1"},
{:x509, "~> 0.8.5"},
{:shards, "~> 1.0"},
{:ecto, "~> 3.9.0", override: true},
{:ecto, "~> 3.11.0", override: true},
{:hackney, "~> 1.18.1", override: true},
{:absinthe_plug, "~> 1.5.8"},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 37f9cdc

Please sign in to comment.