Skip to content

Commit

Permalink
Let's hope this does it
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 12, 2024
1 parent fe5f605 commit f18879f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ defmodule Sqids.MixProject do
"Generate YouTube-looking IDs from numbers"
end

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

defp deps do
List.flatten([
{:ex_doc, "~> 0.30", only: :dev, runtime: false},
Expand Down

0 comments on commit f18879f

Please sign in to comment.