From ba7b41f83156c6046637bff5cf88298267c494cb Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 7 Oct 2020 10:16:26 -0500 Subject: [PATCH] Properly declare the :mnesia dependency --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8d2fa03..90b2c12 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,7 @@ defmodule PrometheusEx.Mixfile do end def application do - [applications: [:logger, :prometheus]] + [applications: [:logger, :mnesia, :prometheus]] end defp description do