Skip to content

Commit 7c8e990

Browse files
authored
Set minimum ecto version to 3.12 (#148)
1 parent 8d04a38 commit 7c8e990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ defmodule EctoSQLite3.MixProject do
3535
defp deps do
3636
[
3737
{:decimal, "~> 1.6 or ~> 2.0"},
38-
{:ecto_sql, "~> 3.11"},
39-
{:ecto, "~> 3.11"},
38+
{:ecto_sql, "~> 3.12"},
39+
{:ecto, "~> 3.12"},
4040
{:exqlite, "~> 0.22"},
4141
{:ex_doc, "~> 0.27", only: [:dev], runtime: false},
4242
{:jason, ">= 0.0.0", only: [:dev, :test, :docs]},

0 commit comments

Comments
 (0)