Skip to content

Commit

Permalink
Support decimal v2
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Jan 5, 2021
1 parent 92a3e4d commit 974981a
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 @@ -44,7 +44,7 @@ defmodule Absinthe.Phoenix.Mixfile do
[
{:absinthe_plug, "~> 1.5.0"},
{:absinthe, "~> 1.5.0"},
{:decimal, "~> 1.0"},
{:decimal, "~> 1.0 or ~> 2.0"},
{:phoenix, "~> 1.5"},
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_html, "~> 2.13", optional: true},
Expand Down

0 comments on commit 974981a

Please sign in to comment.