Skip to content

Commit f03ca74

Browse files
committed
Set ex_doc dependency to >= 0.40.0
1 parent 643fcee commit f03ca74

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
@@ -47,7 +47,7 @@ defmodule Membrane.H264.FFmpeg.Plugin.MixProject do
4747
{:membrane_common_c, "~> 0.16.0"},
4848
{:membrane_h264_format, "~> 0.6.1"},
4949
{:membrane_raw_video_format, "~> 0.4.1"},
50-
{:ex_doc, "~> 0.40", only: :dev, runtime: false},
50+
{:ex_doc, ">= 0.40.0", only: :dev, runtime: false},
5151
{:credo, ">= 0.0.0", only: :dev, runtime: false},
5252
{:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
5353
{:membrane_raw_video_parser_plugin, "~> 0.12.2", only: :test},

0 commit comments

Comments
 (0)