Skip to content

Commit

Permalink
Merge pull request #817 from carloskvasir/patch-1
Browse files Browse the repository at this point in the history
Update version in install tutorial
  • Loading branch information
rrrene committed Oct 19, 2020
2 parents e9ffdff + 8ad66c1 commit 74052c7
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 74052c7

Please sign in to comment.