From 7a3bb1bde164f96e33a3439ddca28c90fb6f2217 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 3 Jan 2026 15:56:42 -0600 Subject: [PATCH] Add yaml_elixir dependency to fix snmpkit compile warning Resolves YamlElixir.read_from_file/1 undefined warning during compilation --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 9479c0a8..f304823f 100644 --- a/mix.exs +++ b/mix.exs @@ -58,6 +58,7 @@ defmodule Towerops.MixProject do {:swoosh, "~> 1.16"}, {:req, "~> 0.5"}, {:snmpkit, "~> 1.3"}, + {:yaml_elixir, "~> 2.9"}, {:telemetry_metrics, "~> 1.0"}, {:telemetry_poller, "~> 1.0"}, {:gettext, "~> 1.0"},