Skip to content

Commit ce6c452

Browse files
committed
also pin ecto_sql to ~> 0.13.0
1 parent 6fa9a3f commit ce6c452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule EctoSQLite3.MixProject do
3535
defp deps do
3636
[
3737
{:decimal, "~> 1.6 or ~> 2.0"},
38-
{:ecto_sql, "~> 3.12"},
38+
{:ecto_sql, "~> 3.13.0"},
3939
{:ecto, "~> 3.13.0"},
4040
{:exqlite, "~> 0.22"},
4141
{:ex_doc, "~> 0.27", only: [:dev], runtime: false},

0 commit comments

Comments
 (0)