Skip to content

Commit

Permalink
Correctly decode additionalProperties with references (open-api-spex#359
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Luca Dei Zotti committed May 6, 2021
1 parent 79a0ced commit 3cf7ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule OpenApiSpex.Mixfile do
{:phoenix, "~> 1.3", only: [:dev, :test]},
{:plug, "~> 1.7"},
{:poison, "~> 3.1 or ~> 4.0", optional: true},
{:yaml_elixir, "~> 2.4", optional: true}
{:yaml_elixir, "~> 2.4", only: [:test]}
]
end

Expand Down

0 comments on commit 3cf7ae1

Please sign in to comment.