Skip to content

Commit 1bd610d

Browse files
chore(backend): update dependency ecto to ~> 3.11.0
1 parent ea4e70c commit 1bd610d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/core/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule Core.MixProject do
6565
{:sentry, "8.0.6"},
6666
{:ecto_sql, "~> 3.9.0"},
6767
{:libvault, "~> 0.2.0"},
68-
{:ecto, "~> 3.9.0", override: true},
68+
{:ecto, "~> 3.11.0", override: true},
6969
{:postgrex, ">= 0.0.0"},
7070
{:ex_machina, "~> 2.7.0", only: :test},
7171
{:comeonin, "~> 5.3.0"},

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ defmodule Plural.MixProject do
5252
{:distillery, "~> 2.1"},
5353
{:x509, "~> 0.8.5"},
5454
{:shards, "~> 1.0"},
55-
{:ecto, "~> 3.9.0", override: true},
55+
{:ecto, "~> 3.11.0", override: true},
5656
{:hackney, "~> 1.18.1", override: true},
5757
{:absinthe_plug, "~> 1.5.8"},
5858
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},

0 commit comments

Comments
 (0)