Skip to content

Commit

Permalink
Fix runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Apr 29, 2024
1 parent 65def71 commit 534615e
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 @@ -19,7 +19,7 @@ defmodule TestingRelease.MixProject do
def application do
[
mod: {TestingRelease.Application, []},
extra_applications: [:logger, :runtime_tools]
extra_applications: [:ex_unit, :logger, :runtime_tools]
]
end

Expand Down

0 comments on commit 534615e

Please sign in to comment.