We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13a56f commit 48bdc32Copy full SHA for 48bdc32
.tool-versions
@@ -1,2 +1,2 @@
1
-elixir 1.12.2
2
-erlang 24.0.5
+elixir 1.14.3-otp-25
+erlang 25.2.2
lib/dialyxir/project.ex
@@ -42,7 +42,7 @@ defmodule Dialyxir.Project do
42
43
def cons_apps do
44
# compile & load all deps paths
45
- Mix.Tasks.Deps.Loadpaths.run([])
+ _ = Mix.Tasks.Deps.Loadpaths.run([])
46
# compile & load current project paths
47
Mix.Task.run("compile")
48
apps = plt_apps() || plt_add_apps() ++ include_deps()
0 commit comments