Skip to content

Commit

Permalink
Don't force the version on current users
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyuhai committed Oct 21, 2024
1 parent ab99552 commit c1fdb22
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 @@ -37,7 +37,7 @@ defmodule AbsintheHelpers.MixProject do
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
{:absinthe, "~> 1.0"},
{:mimic, "~> 1.10", only: :test},
{:decimal, "~> 2.0"}
{:decimal, "~> 1.9 or ~> 2.0"}
]
end

Expand Down

0 comments on commit c1fdb22

Please sign in to comment.