We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa5ad2 commit f7e14d0Copy full SHA for f7e14d0
README.md
@@ -17,7 +17,7 @@ First, add `JUnitFormatter` to the dependencies in your mix.exs:
17
```elixir
18
defp deps do
19
[
20
- {:junit_formatter, "~> 3.3", only: [:test]}
+ {:junit_formatter, "~> 3.4", only: [:test]}
21
]
22
end
23
```
0 commit comments