There was an error while loading. Please reload this page.
1 parent 181bba7 commit 13160aeCopy full SHA for 13160ae
1 file changed
mix.exs
@@ -46,9 +46,9 @@ defmodule Membrane.H264.FFmpeg.Plugin.MixProject do
46
{:membrane_common_c, "~> 0.16.0"},
47
{:membrane_h264_format, "~> 0.6.1"},
48
{:membrane_raw_video_format, "~> 0.4.1"},
49
- {:ex_doc, "~> 0.34", only: :dev, runtime: false},
50
- {:credo, "~> 1.7", only: :dev, runtime: false},
51
- {:dialyxir, "~> 1.4", only: :dev, runtime: false},
+ {:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
+ {:credo, ">= 0.0.0", only: :dev, runtime: false},
+ {:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
52
{:membrane_raw_video_parser_plugin, "~> 0.12.2", only: :test},
53
{:membrane_file_plugin, "~> 0.17.0", only: :test},
54
{:membrane_h264_plugin, "~> 0.9.0", only: :test}
@@ -57,8 +57,7 @@ defmodule Membrane.H264.FFmpeg.Plugin.MixProject do
57
58
defp dialyzer() do
59
opts = [
60
- flags: [:error_handling],
61
- plt_add_apps: [:mix, :syntax_tools]
+ flags: [:error_handling]
62
]
63
64
if System.get_env("CI") == "true" do
0 commit comments