Skip to content

Commit 9fd64d5

Browse files
committed
Loosen Deps Requirements
1 parent 836c099 commit 9fd64d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ defmodule ToxiproxyEx.MixProject do
3737

3838
defp deps do
3939
[
40-
{:tesla, "~> 1.15.2"},
41-
{:jason, ">= 1.0.0"},
42-
{:castore, "~> 1.0.3"},
40+
{:tesla, "~> 1.3"},
41+
{:jason, "~> 1.0"},
42+
{:castore, "~> 1.0"},
4343
{:mint, "~> 1.0"},
4444
{:ex_doc, "~> 0.23", only: :dev, runtime: false}
4545
] ++

0 commit comments

Comments
 (0)