From 8912d7476d51db4006044bb826411b5e7513773b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:51:17 +0000 Subject: [PATCH] chore(deps): update dependency excoveralls to ~> 0.18.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0cfb11a4..dce3b4c2 100644 --- a/mix.exs +++ b/mix.exs @@ -129,7 +129,7 @@ defmodule GodwokenExplorer.MixProject do # test {:ex_machina, "~> 2.7.0", only: [:test]}, - {:excoveralls, "~> 0.14.4", only: [:test]}, + {:excoveralls, "~> 0.18.0", only: [:test]}, {:mock, "~> 0.3.8", only: [:test], runtime: false}, {:hammox, "~> 0.7", only: :test}, {:ex_json_schema, "~> 0.6.2"},