Skip to content

Commit 0e14878

Browse files
authored
Merge pull request #81 from vukanac/master
Update db_connection version to remove System.stacktrace warnings
2 parents e870a82 + 2f6f9e8 commit 0e14878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
5656

5757
```elixir
5858
defp deps do
59-
[{:mongodb_driver, "~> 0.6"}]
59+
[{:mongodb_driver, "~> 0.7"}]
6060
end
6161
```
6262

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)