Skip to content

Commit

Permalink
Float db_connection to allow for > 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmessinger committed Dec 16, 2023
1 parent a4a304e commit de8cd39
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 @@ -41,7 +41,7 @@ defmodule Mongodb.Mixfile do
defp deps do
[
{:credo, "~> 1.5.6", only: [:dev, :test], runtime: false},
{:db_connection, "~> 2.4.0"},
{:db_connection, "~> 2.4"},
{:decimal, "~> 2.0.0"},
{:dialyxir, "~> 1.1.0", only: :dev, runtime: false},
{:earmark, ">= 0.0.0", only: :dev},
Expand Down

0 comments on commit de8cd39

Please sign in to comment.