From 7208f4f94a21db08233c25da069c9e56b947904c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 31 Aug 2023 09:14:24 +0200 Subject: [PATCH] Update connection_cell.ex --- lib/kino_db/connection_cell.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kino_db/connection_cell.ex b/lib/kino_db/connection_cell.ex index 33342df..babe80e 100644 --- a/lib/kino_db/connection_cell.ex +++ b/lib/kino_db/connection_cell.ex @@ -338,7 +338,7 @@ defmodule KinoDB.ConnectionCell do defp missing_dep(%{"type" => "postgres"}) do unless Code.ensure_loaded?(Postgrex) do - ~s/{:postgrex, "~> 0.16.3"}/ + ~s/{:postgrex, "~> 0.17.3"}/ end end