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