Skip to content

Commit

Permalink
Merge pull request #81 from vukanac/master
Browse files Browse the repository at this point in the history
Update db_connection version to remove System.stacktrace warnings
  • Loading branch information
zookzook authored Feb 3, 2021
2 parents e870a82 + 2f6f9e8 commit 0e14878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add `mongodb_driver` to your mix.exs `deps`.

```elixir
defp deps do
[{:mongodb_driver, "~> 0.6"}]
[{:mongodb_driver, "~> 0.7"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Mongodb.Mixfile do

defp deps() do
[
{:db_connection, "~> 2.2.1"},
{:db_connection, "~> 2.3"},
{:decimal, "~> 2.0"},
{:excoveralls, "~> 0.12.1", only: :test},
{:benchee, "~> 1.0", only: :dev},
Expand Down

0 comments on commit 0e14878

Please sign in to comment.