Skip to content

Commit

Permalink
Bump dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Nov 13, 2023
1 parent fb35ada commit c66c6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The package can be installed by adding `snap` to your list of dependencies in
```elixir
def deps do
[
{:snap, "~> 0.8"},
{:finch, "~> 0.13"}, # By default, Snap uses Finch to make HTTP requests
{:snap, "~> 0.9"},
{:finch, "~> 0.16"}, # By default, Snap uses Finch to make HTTP requests
]
end
```
Expand Down

0 comments on commit c66c6a0

Please # to comment.