There was an error while loading. Please reload this page.
1 parent e97b01f commit 21a5649Copy full SHA for 21a5649
1 file changed
mix.exs
@@ -43,9 +43,9 @@ defmodule Membrane.AudioMix.Mixfile do
43
{:membrane_raw_audio_format, "~> 0.12.0"},
44
{:unifex, "~> 1.0"},
45
{:bunch, "~> 1.3"},
46
- {:ex_doc, "~> 0.34", only: :dev, runtime: false},
47
- {:dialyxir, "~> 1.4", only: :dev, runtime: false},
48
- {: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},
49
{:membrane_file_plugin, "~> 0.16.0", only: :test},
50
{:membrane_mp3_mad_plugin, "~> 0.18.0", only: :test},
51
{:membrane_realtimer_plugin, "~> 0.9.0", only: :test}
@@ -54,8 +54,7 @@ defmodule Membrane.AudioMix.Mixfile do
54
55
defp dialyzer() do
56
opts = [
57
- flags: [:error_handling],
58
- plt_add_apps: [:mix, :syntax_tools]
+ flags: [:error_handling]
59
]
60
61
if System.get_env("CI") == "true" do
0 commit comments