Skip to content

Commit f7e14d0

Browse files
committed
fix(readme): fix readme's version
1 parent 3fa5ad2 commit f7e14d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ First, add `JUnitFormatter` to the dependencies in your mix.exs:
1717
```elixir
1818
defp deps do
1919
[
20-
{:junit_formatter, "~> 3.3", only: [:test]}
20+
{:junit_formatter, "~> 3.4", only: [:test]}
2121
]
2222
end
2323
```

0 commit comments

Comments
 (0)