Elixir 1.19: Bump dialyxir to 1.4.X
warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │
66 │ app_file = Atom.to_charlist(app) ++ '.app'
│ ~ │ └─ lib/dialyxir/plt.ex:66:41 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │
114 │ beam = Atom.to_charlist(module) ++ '.beam'
│ ~ │ └─ lib/dialyxir/plt.ex:114:40