Skip to content

Commit

Permalink
Make it backwards compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 authored Feb 14, 2024
1 parent 963a71f commit 1d335a5
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 @@ -63,7 +63,7 @@ defmodule Dataloader.Mixfile do
[
{:telemetry, "~> 1.0"},
{:ecto, ">= 3.4.3 and < 4.0.0", optional: true},
{:opentelemetry_process_propagator, "~> 0.3", optional: true},
{:opentelemetry_process_propagator, "~> 0.3 or ~> 0.2.1", optional: true},
{:ecto_sql, "~> 3.0", optional: true, only: :test},
{:postgrex, "~> 0.14", only: :test, runtime: false},
{:dialyxir, "~> 1.3.0", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 1d335a5

Please sign in to comment.