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 876af0c commit 40966e5Copy full SHA for 40966e5
README.md
@@ -61,13 +61,13 @@ Add `:tesla` as dependency in `mix.exs`:
61
```elixir
62
defp deps do
63
[
64
- {:tesla, "~> 1.4"},
+ {:tesla, "~> 1.9"},
65
66
# optional, but recommended adapter
67
- {:hackney, "~> 1.17"},
+ {:hackney, "~> 1.20"},
68
69
# optional, required by JSON middleware
70
- {:jason, ">= 1.0.0"}
+ {:jason, "~> 1.4"}
71
]
72
end
73
```
@@ -198,8 +198,8 @@ When using adapter other than `:httpc` remember to add it to the dependencies li
198
199
200
201
- {:tesla, "~> 1.4.0"},
202
- {:hackney, "~> 1.10"} # when using hackney adapter
+ {:hackney, "~> 1.20"} # when using hackney adapter
203
204
205
0 commit comments