Skip to content

Commit 5c309b1

Browse files
committed
Require stream_data only from Elixir 1.12
Summary: Test Plan:
1 parent e9702d4 commit 5c309b1

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
@@ -35,7 +35,7 @@ defmodule Jason.Mixfile do
3535
end
3636

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

0 commit comments

Comments
 (0)