We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a8cfb commit 6438f76Copy full SHA for 6438f76
README.md
@@ -17,7 +17,7 @@ Just add `:mimic` to your list of dependencies in `mix.exs`:
17
```elixir
18
def deps do
19
[
20
- {:mimic, "~> 1.10", only: :test}
+ {:mimic, "~> 1.12", only: :test}
21
]
22
end
23
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Mimic.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/edgurgel/mimic"
5
- @version "1.11.2"
+ @version "1.12.0"
6
7
def project do
8
0 commit comments