Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit de8cd39

Browse files
Float db_connection to allow for > 2.4
1 parent a4a304e commit de8cd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ defmodule Mongodb.Mixfile do
4141
defp deps do
4242
[
4343
{:credo, "~> 1.5.6", only: [:dev, :test], runtime: false},
44-
{:db_connection, "~> 2.4.0"},
44+
{:db_connection, "~> 2.4"},
4545
{:decimal, "~> 2.0.0"},
4646
{:dialyxir, "~> 1.1.0", only: :dev, runtime: false},
4747
{:earmark, ">= 0.0.0", only: :dev},

0 commit comments

Comments
 (0)