diff --git a/mix.exs b/mix.exs index c6b1df8..c44b316 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,7 @@ defmodule Mongodb.Mixfile do [ {:telemetry, "~> 1.0"}, {:db_connection, "~> 2.6"}, - {:decimal, "~> 2.1.1"}, + {:decimal, "~> 2.1 and >= 2.1.1"}, {:patch, "~> 0.12.0", only: [:dev, :test]}, {:jason, "~> 1.3", only: [:dev, :test]}, {:credo, "~> 1.7.0", only: [:dev, :test], runtime: false},