Skip to content

Commit

Permalink
fix(readme): fix readme's version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorolinasc committed Apr 2, 2024
1 parent 3fa5ad2 commit f7e14d0
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 @@ First, add `JUnitFormatter` to the dependencies in your mix.exs:
```elixir
defp deps do
[
{:junit_formatter, "~> 3.3", only: [:test]}
{:junit_formatter, "~> 3.4", only: [:test]}
]
end
```
Expand Down

0 comments on commit f7e14d0

Please sign in to comment.