Skip to content

Commit bde321b

Browse files
committed
sorted apps to trigger workflow
1 parent 3beae56 commit bde321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix_dialyzer.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Mix.Dialyzer do
88
plt_core_path: absolute_path("priv/plts"),
99
plt_file: {:no_warn, absolute_path("priv/plts/#{name}.plt")},
1010
plt_add_deps: :apps_direct,
11-
plt_add_apps: [:wx, :mix, :ex_unit, :compiler, :jason],
11+
plt_add_apps: [:compiler, :ex_unit, :jason, :mix, :wx],
1212
ignore_warnings: absolute_path("dialyzer.ignore-warnings")
1313
]
1414
end

0 commit comments

Comments
 (0)