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 927a274 commit ccb6dacCopy full SHA for ccb6dac
1 file changed
mix.exs
@@ -48,16 +48,15 @@ defmodule Membrane.VPx.Plugin.Mixfile do
48
{:membrane_raw_video_parser_plugin, "~> 0.12.1", only: :test},
49
{:membrane_file_plugin, "~> 0.17.0", only: :test},
50
{:membrane_realtimer_plugin, "~> 0.9.0", only: :test},
51
- {:ex_doc, "~> 0.34", only: :dev, runtime: false},
52
- {:dialyxir, "~> 1.4", only: :dev, runtime: false},
53
- {:credo, "~> 1.7", only: :dev, runtime: false}
+ {:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
+ {:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
+ {:credo, ">= 0.0.0", only: :dev, runtime: false}
54
]
55
end
56
57
defp dialyzer() do
58
opts = [
59
- flags: [:error_handling],
60
- plt_add_apps: [:mix, :syntax_tools]
+ flags: [:error_handling]
61
62
63
if System.get_env("CI") == "true" do
0 commit comments