Skip to content

Commit

Permalink
Revert "Relax dataloader dependency versions to allow version 2 and a…
Browse files Browse the repository at this point in the history
…bove" (#85)

Dataloader version 2 and above is only supported by absinthe version 1.7.5 and above.
We need to update the absinthe dependency to allow that version as well for this to work.
  • Loading branch information
kzlsakal authored Jan 30, 2024
1 parent e5d74b5 commit 9e35ebb
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 or ~> 2.0"},
{:dataloader, "~> 1.0.9 or ~> 1.0.10"},

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

0 comments on commit 9e35ebb

Please sign in to comment.