Skip to content

Commit

Permalink
chore: update Elixir to 1.15.7 and OTP to 26.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2023
1 parent ad13581 commit eaa8062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .rtx.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
erlang = "26.0.2"
elixir = "1.15.5-otp-26"
erlang = "26.1.1"
elixir = "1.15.7-otp-26"
zig = "0.11.0"
4 changes: 2 additions & 2 deletions test/next_ls/hover_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ defmodule NextLS.HoverTest do
"contents" => %{
"kind" => "markdown",
"value" =>
"## :erlang.atom_to_binary/1\n\n" <>
"## Atom.to_string/1\n\n" <>
_
},
"range" => %{
"start" => %{"character" => 14, "line" => 10},
"end" => %{"character" => 27, "line" => 10}
"end" => %{"character" => 22, "line" => 10}
}
},
500
Expand Down

0 comments on commit eaa8062

Please sign in to comment.