Skip to content

Commit

Permalink
Peg to ecto 3.11.1 (workaround for #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseStimpson committed Aug 16, 2024
1 parent 8d8c8ad commit 211913d
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 @@ -55,7 +55,7 @@ defmodule EctoFoundationdb.MixProject do
defp deps do
[
{:erlfdb, "~> 0.1.0"},
{:ecto, "~> 3.10"},
{:ecto, "==3.11.1"},
{:jason, "~> 1.4"},
{:credo, "~> 1.6", only: [:dev, :test, :docs]},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 211913d

Please sign in to comment.