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 42689ac commit 01b3a19Copy full SHA for 01b3a19
clients/gax/mix.exs
@@ -27,8 +27,8 @@ defmodule GoogleApi.Gax.MixProject do
27
defp deps() do
28
[
29
{:tesla, "~> 1.2"},
30
- {:mime, "~> 1.0"},
31
- {:poison, ">= 3.0.0 and < 5.0.0"},
+ {:mime, "~> 1.0 or ~> 2.0"},
+ {:poison, ">= 3.0.0 and < 7.0.0"},
32
{:ex_doc, "~> 0.16", only: :dev},
33
{:dialyxir, "~> 0.5", only: [:dev], runtime: false}
34
]
0 commit comments