From e62cf99778a1a570c162b081e5de3f920e8bf2c9 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 19 Jul 2024 07:51:09 -0400 Subject: [PATCH] improvement: loosen postgrex version requirement --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5e1d75b..47210a5 100644 --- a/mix.exs +++ b/mix.exs @@ -121,7 +121,7 @@ defmodule AshOban.MixProject do [ {:ash, "~> 3.0"}, {:oban, "~> 2.15"}, - {:postgrex, "~> 0.18.0"}, + {:postgrex, "~> 0.18"}, # dev/test dependencies {:simple_sat, "~> 0.1"}, {:ex_doc, "~> 0.22", only: [:dev, :test], runtime: false},