Skip to content

Commit

Permalink
Update connection_cell.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Aug 31, 2023
1 parent db6404f commit 7208f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino_db/connection_cell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7208f4f

Please sign in to comment.