Skip to content

Commit

Permalink
Merge pull request #44 from srcrip/patch-1
Browse files Browse the repository at this point in the history
Update version in readme
  • Loading branch information
karolsluszniak authored Jun 15, 2024
2 parents a8c8aec + 2eb6176 commit 121389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add `ex_check` dependency in `mix.exs`:
```elixir
def deps do
[
{:ex_check, "~> 0.14.0", only: [:dev], runtime: false}
{:ex_check, "~> 0.16.0", only: [:dev], runtime: false}
]
end
```
Expand Down

0 comments on commit 121389a

Please sign in to comment.