Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 3f6e3db

Browse files
committed
chore: update Elixir to 1.15.7 and OTP to 26.1.1
1 parent e8838bf commit 3f6e3db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.rtx.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tools]
2-
erlang = "26.0.2"
3-
elixir = "1.15.5-otp-26"
2+
erlang = "26.1.1"
3+
elixir = "1.15.7-otp-26"
44
zig = "0.11.0"

test/next_ls/hover_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ defmodule NextLS.HoverTest do
195195
"contents" => %{
196196
"kind" => "markdown",
197197
"value" =>
198-
"## :erlang.atom_to_binary/1\n\n" <>
198+
"## Atom.to_string/1\n\n" <>
199199
_
200200
},
201201
"range" => %{
202202
"start" => %{"character" => 14, "line" => 10},
203-
"end" => %{"character" => 27, "line" => 10}
203+
"end" => %{"character" => 22, "line" => 10}
204204
}
205205
},
206206
500

0 commit comments

Comments
 (0)