From 268c907a333b3db101101b18bfd9ca34c5af519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Sun, 15 Oct 2023 17:33:53 +0200 Subject: [PATCH] fix mix.exs --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 8378087..482274a 100644 --- a/mix.exs +++ b/mix.exs @@ -38,6 +38,7 @@ defmodule TestcontainersElixir.MixProject do defp deps do [ {:ex_docker_engine_api, "~> 1.43"}, + {:ex_doc, "~> 0.30", only: :dev, runtime: false}, {:myxql, "~> 0.6.0", only: [:dev, :test]}, {:postgrex, "~> 0.17", only: [:dev, :test]}, {:redix, "~> 1.2", only: [:dev, :test]}