Skip to content

Commit e5ccbcc

Browse files
committed
Require stream_data only from Elixir 1.12
Summary: Test Plan:
1 parent dd9c2c8 commit e5ccbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Jason.Mixfile do
3636
end
3737

3838
defp maybe_stream_data() do
39-
if Version.match?(System.version(), "~> 1.5") do
39+
if Version.match?(System.version(), "~> 1.12") do
4040
[{:stream_data, "~> 1.0", only: :test}]
4141
else
4242
[]

0 commit comments

Comments
 (0)