Skip to content

Commit 8e81c63

Browse files
committed
Set ex_doc dependency to >= 0.40.0
1 parent 1041479 commit 8e81c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ defmodule Membrane.Opus.Plugin.Mixfile do
4646
{:bundlex, "~> 1.2"},
4747
{:membrane_precompiled_dependency_provider, "~> 0.2.0"},
4848
{:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
49-
{:ex_doc, "~> 0.40", only: :dev, runtime: false},
49+
{:ex_doc, ">= 0.40.0", only: :dev, runtime: false},
5050
{:credo, ">= 0.0.0", only: :dev, runtime: false},
5151
{:membrane_file_plugin, "~> 0.16.0", only: :test},
5252
{:membrane_raw_audio_parser_plugin, "~> 0.4.0", only: :test}

0 commit comments

Comments
 (0)