diff --git a/mix.exs b/mix.exs index b791c0d..5d6dc07 100644 --- a/mix.exs +++ b/mix.exs @@ -40,7 +40,7 @@ defmodule HttpProxy.Mixfile do {:ex_parameterized, "~> 1.0", only: :test, runtime: false}, {:credo, "~> 1.0", only: [:dev, :test], runtime: false}, {:dialyxir, "~> 1.0", only: :dev, runtime: false}, - {:stream_data, "~> 0.1", only: :test} + {:stream_data, "~> 1.1", only: :test} ] end