summary refs log tree commit diff
path: root/pkgs/servers/web-apps/plausible/ecto_sql-fix.patch
blob: 13c3f4ffc3c0f42798876ec43918e1c0d7d22e3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"},