Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Nov 19, 2021
1 parent d9a836d commit 072ceb3
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 @@ -17,7 +17,7 @@ Add `:credo` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:credo, "~> 1.5", only: [:dev, :test], runtime: false}
{:credo, "~> 1.6", only: [:dev, :test], runtime: false}
]
end
```
Expand Down

0 comments on commit 072ceb3

Please sign in to comment.