Skip to content

Commit

Permalink
chore: allow any mox v1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Oct 24, 2024
1 parent 3bada35 commit a4dcac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down

0 comments on commit a4dcac1

Please sign in to comment.