Skip to content

Commit

Permalink
Add :erts to extra_applications for 1.15 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Feb 27, 2023
1 parent a59513e commit 90921cc
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 @@ -33,7 +33,7 @@ defmodule Dialyxir.Mixfile do
end

def application do
[mod: {Dialyxir, []}, extra_applications: [:dialyzer, :crypto, :mix, :syntax_tools]]
[mod: {Dialyxir, []}, extra_applications: [:dialyzer, :crypto, :mix, :erts, :syntax_tools]]
end

defp description do
Expand Down

0 comments on commit 90921cc

Please sign in to comment.