There was an error while loading. Please reload this page.
1 parent 55c14dc commit eae2ca7Copy full SHA for eae2ca7
1 file changed
mix.exs
@@ -52,17 +52,16 @@ defmodule Membrane.FFmpeg.SWResample.Mixfile do
52
{:membrane_file_plugin, "~> 0.16.0", only: :test},
53
{:membrane_mp3_mad_plugin, "~> 0.18.2", only: :test},
54
# Development
55
- {:ex_doc, "~> 0.34", only: :dev, runtime: false},
56
- {:dialyxir, "~> 1.4", only: :dev, runtime: false},
57
- {: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}
58
]
59
end
60
61
defp dialyzer() do
62
opts = [
63
plt_local_path: "priv/plts",
64
- flags: [:error_handling],
65
- plt_add_apps: [:syntax_tools]
+ flags: [:error_handling]
66
67
68
if System.get_env("CI") == "true" do
0 commit comments