From 39fc7570390967ddbba748d26ca9472dfc7bc676 Mon Sep 17 00:00:00 2001 From: js-ms Date: Mon, 1 Jun 2026 11:31:15 -0500 Subject: [PATCH] Bump decimal to ~> 3.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 89ea734..65b967c 100644 --- a/mix.exs +++ b/mix.exs @@ -56,7 +56,7 @@ defmodule Valdi.MixProject do [ {:ex_doc, "~> 0.30", only: :dev, runtime: false}, {:excoveralls, "~> 0.18", only: :test}, - {:decimal, "~> 2.1"} + {:decimal, "~> 3.0"} ] end end