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 1, 2024
1 parent b52f3e8 commit e3bfef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Console.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ecto, "~> 3.9.0", override: true},
{:ecto, "~> 3.11.0", override: true},
{:ex_machina, "~> 2.3", only: :test},
{:distillery, "~> 2.1"},
{:libcluster, "~> 3.2"},
Expand Down

0 comments on commit e3bfef7

Please sign in to comment.