Skip to content

Commit

Permalink
Add neotoma to extra_applications for elixir 1.15 compatibility (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Jun 7, 2024
1 parent 24f5a7f commit 8cca16d
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 @@ -29,7 +29,7 @@ defmodule Slime.Mixfile do

def application do
[
applications: [:eex]
extra_applications: [:eex, :neotoma],
]
end

Expand Down

0 comments on commit 8cca16d

Please sign in to comment.