From e534b6b81ca761cb754703ad77158fc41960de8c Mon Sep 17 00:00:00 2001 From: "aime.rolandi" Date: Mon, 21 Jul 2025 14:35:12 -0300 Subject: [PATCH] Gethash para ImViewer4, configurable en .env --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 902a169..4155f2d 100644 --- a/mix.exs +++ b/mix.exs @@ -65,7 +65,8 @@ defmodule Api.MixProject do {:castore, "~> 1.0.10"}, {:dotenv, "~> 3.1"}, {:httpoison, "~> 2.2"}, - {:nimble_parsec, "~> 1.4"} + {:nimble_parsec, "~> 1.4"}, + {:req, "~> 0.5.15"} ] end