Skip to content

Commit

Permalink
Upgrade version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Nov 23, 2023
1 parent ba57a3c commit ca9d2d2
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 @@ -18,7 +18,7 @@ Add `mix_audit` to the `deps` function in your project’s `mix.exs` file:
```elixir
defp deps do
[
{:mix_audit, "~> 2.0", only: [:dev, :test], runtime: false}
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false}
]
end
```
Expand Down

0 comments on commit ca9d2d2

Please sign in to comment.