Skip to content

Commit

Permalink
format mix files
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldak committed May 22, 2023
1 parent f455dfa commit 8b55ef5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/elixir_ls_debugger/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ defmodule ElixirLS.Debugger.Mixfile do
github: "elixir-lsp/elixir_sense", ref: "71efd1e2efbac43e6c98c525cc879ddd747ac62e"},
{:elixir_ls_utils, in_umbrella: true},
{:jason_v, github: "elixir-lsp/jason", ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"},
{:dialyxir_vendored, github: "elixir-lsp/dialyxir", ref: "896fa45817c6a1be8ec408577c88ab52c27f6851", runtime: false}
{:dialyxir_vendored,
github: "elixir-lsp/dialyxir",
ref: "896fa45817c6a1be8ec408577c88ab52c27f6851",
runtime: false}
]
end
end
5 changes: 4 additions & 1 deletion apps/elixir_ls_utils/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ defmodule ElixirLS.Utils.Mixfile do
[
{:jason_v, github: "elixir-lsp/jason", ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"},
{:mix_task_archive_deps, github: "elixir-lsp/mix_task_archive_deps"},
{:dialyxir_vendored, github: "elixir-lsp/dialyxir", ref: "896fa45817c6a1be8ec408577c88ab52c27f6851", runtime: false}
{:dialyxir_vendored,
github: "elixir-lsp/dialyxir",
ref: "896fa45817c6a1be8ec408577c88ab52c27f6851",
runtime: false}
]
end

Expand Down

0 comments on commit 8b55ef5

Please sign in to comment.