Skip to content

Commit

Permalink
bump elixir_sense
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Sep 28, 2024
1 parent bf9ba84 commit 44eb317
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apps/debug_adapter/test/variables_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ defmodule ElixirLS.DebugAdapter.VariablesTest do

assert Variables.type(%Date{year: 2022, month: 1, day: 1}) == "%Date{}"
assert Variables.type(%ArgumentError{}) == "%ArgumentError{}"
# TODO MapSet
# TODO :array
end

test "num_children" do
Expand Down
2 changes: 1 addition & 1 deletion dep_versions.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
elixir_sense: "b802c3db057d64bc84ad17740ea2723b440be41c",
elixir_sense: "26d4e87cf462a1116a839706da9633461c207c12",
dialyxir_vendored: "462e599aa7004a32cfa548cc715c9c59e95dacaf",
jason_v: "c81537e2a5e1acacb915cf339fe400357e3c2aaa",
erl2ex_vendored: "073ac6b9a44282e718b6050c7b27cedf9217a12a",
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"benchee": {:hex, :benchee, "1.1.0", "f3a43817209a92a1fade36ef36b86e1052627fd8934a8b937ac9ab3a76c43062", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}, {:statistex, "~> 1.0", [hex: :statistex, repo: "hexpm", optional: false]}], "hexpm", "7da57d545003165a012b587077f6ba90b89210fd88074ce3c60ce239eb5e6d93"},
"deep_merge": {:hex, :deep_merge, "1.0.0", "b4aa1a0d1acac393bdf38b2291af38cb1d4a52806cf7a4906f718e1feb5ee961", [:mix], [], "hexpm", "ce708e5f094b9cd4e8f2be4f00d2f4250c4095be93f8cd6d018c753894885430"},
"dialyxir_vendored": {:git, "https://github.com/elixir-lsp/dialyxir.git", "462e599aa7004a32cfa548cc715c9c59e95dacaf", [ref: "462e599aa7004a32cfa548cc715c9c59e95dacaf"]},
"elixir_sense": {:git, "https://github.com/elixir-lsp/elixir_sense.git", "b802c3db057d64bc84ad17740ea2723b440be41c", [ref: "b802c3db057d64bc84ad17740ea2723b440be41c"]},
"elixir_sense": {:git, "https://github.com/elixir-lsp/elixir_sense.git", "26d4e87cf462a1116a839706da9633461c207c12", [ref: "26d4e87cf462a1116a839706da9633461c207c12"]},
"erl2ex_vendored": {:git, "https://github.com/elixir-lsp/erl2ex.git", "073ac6b9a44282e718b6050c7b27cedf9217a12a", [ref: "073ac6b9a44282e718b6050c7b27cedf9217a12a"]},
"erlex_vendored": {:git, "https://github.com/elixir-lsp/erlex.git", "82db0e82ee4896491bc26dec99f5d795f03ab9f4", [ref: "82db0e82ee4896491bc26dec99f5d795f03ab9f4"]},
"jason_v": {:git, "https://github.com/elixir-lsp/jason.git", "c81537e2a5e1acacb915cf339fe400357e3c2aaa", [ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"]},
Expand Down

0 comments on commit 44eb317

Please sign in to comment.