Skip to content

Commit d939ee3

Browse files
authored
chore: allow tesla and hackney minor version bumps (#27)
1 parent e401633 commit d939ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ defmodule Knock.MixProject do
2929
# Run "mix help deps" to learn about dependencies.
3030
defp deps do
3131
[
32-
{:tesla, "~> 1.4.1"},
33-
{:hackney, "~> 1.18.0"},
32+
{:tesla, "~> 1.4"},
33+
{:hackney, "~> 1.18"},
3434
{:jason, "~> 1.1"},
3535
{:ex_doc, "~> 0.14", only: :dev, runtime: false}
3636
]

0 commit comments

Comments
 (0)