Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Aug 31, 2023
1 parent 7208f4f commit 096c933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule KinoDB.MixProject do
[
{:kino, "~> 0.7"},
{:table, "~> 0.1.2"},
{:postgrex, "~> 0.16.3 or ~> 0.17.3 or ~> 0.18", optional: true},
{:postgrex, "~> 0.17.3 or ~> 0.18", optional: true},
{:exqlite, "~> 0.11", optional: true},
{:myxql, "~> 0.6.2 or ~> 0.7", optional: true},
{:db_connection, "~> 2.4.2", optional: true},
Expand Down

0 comments on commit 096c933

Please sign in to comment.