Skip to content

Commit 4574a8a

Browse files
committed
Set minimum exqlite version to 0.22
1 parent 2b079ac commit 4574a8a

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
@@ -37,7 +37,7 @@ defmodule EctoSQLite3.MixProject do
3737
{:decimal, "~> 1.6 or ~> 2.0"},
3838
{:ecto_sql, "~> 3.11"},
3939
{:ecto, "~> 3.11"},
40-
{:exqlite, "~> 0.19"},
40+
{:exqlite, "~> 0.22"},
4141
{:ex_doc, "~> 0.27", only: [:dev], runtime: false},
4242
{:jason, ">= 0.0.0", only: [:dev, :test, :docs]},
4343
{:temp, "~> 0.4", only: [:test]},

0 commit comments

Comments
 (0)