Skip to content

Commit aa8bd84

Browse files
authored
fix: remove erts from extra_applications (#202)
Running `mix release` was not working with Elixir 1.19.2, related to this elixir-lang/elixir@bea1c6c
1 parent bd65281 commit aa8bd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/expert/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule Expert.MixProject do
2323

2424
def application do
2525
[
26-
extra_applications: [:logger, :runtime_tools, :kernel, :erts, :observer],
26+
extra_applications: [:logger, :runtime_tools, :kernel, :observer],
2727
mod: {Expert.Application, []}
2828
]
2929
end

0 commit comments

Comments
 (0)