We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9c2c8 commit e5ccbccCopy full SHA for e5ccbcc
mix.exs
@@ -36,7 +36,7 @@ defmodule Jason.Mixfile do
36
end
37
38
defp maybe_stream_data() do
39
- if Version.match?(System.version(), "~> 1.5") do
+ if Version.match?(System.version(), "~> 1.12") do
40
[{:stream_data, "~> 1.0", only: :test}]
41
else
42
[]
0 commit comments