Skip to content

Commit f18879f

Browse files
committed
Let's hope this does it
1 parent fe5f605 commit f18879f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mix.exs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ defmodule Sqids.MixProject do
3232
"Generate YouTube-looking IDs from numbers"
3333
end
3434

35+
def application do
36+
[
37+
extra_applications: [:logger]
38+
]
39+
end
40+
3541
defp deps do
3642
List.flatten([
3743
{:ex_doc, "~> 0.30", only: :dev, runtime: false},

0 commit comments

Comments
 (0)