Skip to content

Commit

Permalink
Update version in install tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskvasir committed Oct 19, 2020
1 parent e9ffdff commit 8ad66c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add `:credo` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:credo, "~> 1.1", only: [:dev, :test], runtime: false}
{:credo, "~> 1.4", only: [:dev, :test], runtime: false}
]
end
```
Expand Down

0 comments on commit 8ad66c1

Please sign in to comment.