Skip to content

Commit e588924

Browse files
authored
Update mix.exs
1 parent 7900c19 commit e588924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ defmodule Dataloader.Mixfile do
6060

6161
defp deps do
6262
[
63-
{:telemetry, "~> 1.0"},
63+
{:telemetry, "~> 1.0 or ~> 0.4"},
6464
{:ecto, ">= 3.4.3 and < 4.0.0", optional: true},
6565
{:ecto_sql, "~> 3.0", optional: true, only: :test},
6666
{:postgrex, "~> 0.14", only: :test, runtime: false},

0 commit comments

Comments
 (0)