Skip to content

Commit

Permalink
fix dependency on :crypto app (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayson Vantuyl <jayson@hmbradley.com>
  • Loading branch information
jvantuyl and Jayson Vantuyl committed Apr 2, 2024
1 parent 87ab936 commit 4f9b118
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 @@ -27,7 +27,7 @@ defmodule Holidefs.Mixfile do

def application do
[
extra_applications: [:logger]
extra_applications: [:logger, :crypto]
]
end

Expand Down

0 comments on commit 4f9b118

Please sign in to comment.