improvement: loosen postgrex version requirement

This commit is contained in:
Zach Daniel 2024-07-19 07:51:09 -04:00
parent 42e2916af1
commit e62cf99778

View file

@ -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},