We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b079ac commit 4574a8aCopy full SHA for 4574a8a
mix.exs
@@ -37,7 +37,7 @@ defmodule EctoSQLite3.MixProject do
37
{:decimal, "~> 1.6 or ~> 2.0"},
38
{:ecto_sql, "~> 3.11"},
39
{:ecto, "~> 3.11"},
40
- {:exqlite, "~> 0.19"},
+ {:exqlite, "~> 0.22"},
41
{:ex_doc, "~> 0.27", only: [:dev], runtime: false},
42
{:jason, ">= 0.0.0", only: [:dev, :test, :docs]},
43
{:temp, "~> 0.4", only: [:test]},
0 commit comments