Skip to content

Commit d3b8e58

Browse files
committed
Update db_connection version (issue #80)
1 parent e870a82 commit d3b8e58

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
@@ -38,7 +38,7 @@ defmodule Mongodb.Mixfile do
3838

3939
defp deps() do
4040
[
41-
{:db_connection, "~> 2.2.1"},
41+
{:db_connection, "~> 2.3"},
4242
{:decimal, "~> 2.0"},
4343
{:excoveralls, "~> 0.12.1", only: :test},
4444
{:benchee, "~> 1.0", only: :dev},

0 commit comments

Comments
 (0)