From 08bf1753150ffb232525b55ae14b1b4fbe395d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 18 May 2024 11:17:34 +0200 Subject: [PATCH] Relax postgres dependency --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b5d9f2d7..36f1d03e 100644 --- a/mix.exs +++ b/mix.exs @@ -84,7 +84,7 @@ defmodule EctoSQL.MixProject do if path = System.get_env("POSTGREX_PATH") do {:postgrex, path: path} else - {:postgrex, "~> 0.16.0 or ~> 0.17.0 or ~> 1.0", optional: true} + {:postgrex, "~> 0.16 or ~> 1.0", optional: true} end end