Skip to content

Commit

Permalink
Update mix.exs to 2.1.0 (#246)
Browse files Browse the repository at this point in the history
It also updates the README to show `2.1.0`
  • Loading branch information
germsvel authored Sep 1, 2017
1 parent d0d82a2 commit 313e924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In `mix.exs`, add the ExMachina dependency:
```elixir
def deps do
# Get the latest from hex.pm. Works with Ecto 2.0
[{:ex_machina, "~> 2.0"}]
[{:ex_machina, "~> 2.1"}]
end
```

Expand All @@ -40,7 +40,7 @@ In `mix.exs`, add the ExMachina dependency:

```elixir
def deps do
[{:ex_machina, "~> 2.0", only: :test}]
[{:ex_machina, "~> 2.1", only: :test}]
end
```

Expand Down

0 comments on commit 313e924

Please sign in to comment.