Skip to content

Commit a4dcac1

Browse files
committed
chore: allow any mox v1 version
1 parent 3bada35 commit a4dcac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ defmodule Tesla.Mixfile do
7070
# other
7171
{:fuse, "~> 2.4", optional: true},
7272
{:telemetry, "~> 0.4 or ~> 1.0", optional: true},
73-
{:mox, "~> 1.2", optional: true},
73+
{:mox, "~> 1.0", optional: true},
7474

7575
# devtools
7676
{:opentelemetry_process_propagator, ">= 0.0.0", only: [:test, :dev]},

0 commit comments

Comments
 (0)