From b0745b636a85bf23995eca9b96e119693b3d93b6 Mon Sep 17 00:00:00 2001 From: Tim Mecklem Date: Tue, 18 Aug 2026 21:50:18 -0400 Subject: [PATCH] Bump toolchain to Elixir 1.20.3 / OTP 29.0.5 See github.com/launchscout/devcontainers. Speeds up the first devcontainer build on each machine by shipping the toolchain prebuilt; not required. Co-Authored-By: Claude Opus 5 (1M context) --- .tool-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index ce6f7ca..4c96bef 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -erlang 29.0.1 -elixir 1.20.0-otp-29 +erlang 29.0.5 +elixir 1.20.3-otp-29