Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Sep 27, 2023
1 parent c25e22d commit b357ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/language_server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ defmodule ElixirLS.LanguageServer.Mixfile do
github: "elixir-lsp/dialyxir", ref: @dep_versions[:dialyxir_vendored], runtime: false},
{:jason_v, github: "elixir-lsp/jason", ref: @dep_versions[:jason_v]},
{:stream_data, "~> 0.5", only: [:dev, :test], runtime: false},
{:path_glob_vendored, github: "elixir-lsp/path_glob", ref: @dep_versions[:path_glob_vendored]},
{:path_glob_vendored,
github: "elixir-lsp/path_glob", ref: @dep_versions[:path_glob_vendored]},
{:patch, "~> 0.12.0", only: [:dev, :test], runtime: false},
{:benchee, "~> 1.0", only: :dev, runtime: false}
]
Expand Down

0 comments on commit b357ef0

Please sign in to comment.