Skip to content

Commit

Permalink
chore: relax allowed dataloader versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-meister committed Jan 30, 2024
1 parent 7b40c38 commit 30583cd
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 Absinthe.Federation.MixProject do
defp deps do
[
{:absinthe, "~> 1.6.5 or ~> 1.7.0 or ~> 1.7.1"},
{:dataloader, "~> 1.0.9 or ~> 1.0.10"},
{:dataloader, "~> 1.0.9 or ~> 1.0.10 or ~> 2.0"},

# Dev
{:dialyxir, ">= 1.0.0", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 30583cd

Please sign in to comment.