diff --git a/mix.exs b/mix.exs index ef68c88f..6d7744b1 100644 --- a/mix.exs +++ b/mix.exs @@ -43,7 +43,7 @@ defmodule Kaffy.MixProject do {:ecto, "~> 3.0"}, {:ex_doc, ">= 0.0.0", only: :dev, runtime: false}, {:jason, "~> 1.3", only: :test}, - {:decimal, "~> 2.2", optional: true} + {:decimal, "~> 2.2 or ~> 3.0", optional: true} ] end