Skip to content

Commit

Permalink
Properly declare the :mnesia dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
feld committed Oct 7, 2020
1 parent dea38d0 commit ba7b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule PrometheusEx.Mixfile do
end

def application do
[applications: [:logger, :prometheus]]
[applications: [:logger, :mnesia, :prometheus]]
end

defp description do
Expand Down

0 comments on commit ba7b41f

Please sign in to comment.