From a4dcac1f3c43f87478aea355e22585a7cfa4ef57 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Wed, 23 Oct 2024 21:56:00 -0400 Subject: [PATCH] chore: allow any mox v1 version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3d90278f..6ad580d7 100644 --- a/mix.exs +++ b/mix.exs @@ -70,7 +70,7 @@ defmodule Tesla.Mixfile do # other {:fuse, "~> 2.4", optional: true}, {:telemetry, "~> 0.4 or ~> 1.0", optional: true}, - {:mox, "~> 1.2", optional: true}, + {:mox, "~> 1.0", optional: true}, # devtools {:opentelemetry_process_propagator, ">= 0.0.0", only: [:test, :dev]},