mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
14 lines
364 B
Diff
14 lines
364 B
Diff
|
diff --git a/mix.exs b/mix.exs
|
||
|
index f6e3b9a..67687d1 100644
|
||
|
--- a/mix.exs
|
||
|
+++ b/mix.exs
|
||
|
@@ -52,7 +52,7 @@ defmodule Plausible.MixProject do
|
||
|
[
|
||
|
{:bcrypt_elixir, "~> 2.0"},
|
||
|
{:cors_plug, "~> 1.5"},
|
||
|
- {:ecto_sql, "~> 3.0"},
|
||
|
+ {:ecto_sql, "~> 3.6"},
|
||
|
{:elixir_uuid, "~> 1.2"},
|
||
|
{:gettext, "~> 0.11"},
|
||
|
{:jason, "~> 1.0"},
|