Skip to content

Commit

Permalink
Update version of exsync in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed May 5, 2024
1 parent 368cbcc commit 5ea05fc
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 @@ -25,7 +25,7 @@ mix new my_app
```elixir
def deps do
[
{:exsync, "~> 0.2", only: :dev},
{:exsync, "~> 0.4", only: :dev},
]
end
```
Expand Down

0 comments on commit 5ea05fc

Please sign in to comment.