From 9c0cca02c1a9164a865c12a6276a3396645268b7 Mon Sep 17 00:00:00 2001 From: Dustin Farris Date: Wed, 23 Oct 2024 10:41:26 -0700 Subject: [PATCH] build: update elixir tool version The 1.17.2 version from asdf is built with OTP 25. `mix test` has a failure with this version. Updating to the OTP 27 build resolves this issue. --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index f524e36..ecc877d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ erlang 27.0.1 rebar 3.24.0 -elixir 1.17.2 +elixir 1.17.2-otp-27