From 21be2d043abc50e4cfd8d09c1b9f0223a24616f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:10:27 +0000 Subject: [PATCH] chore(deps): update dependency elixir to v1.17.3 --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index 9c7660d..ab6bc2f 100644 --- a/.mise.toml +++ b/.mise.toml @@ -2,5 +2,5 @@ ERL_AFLAGS = "-kernel shell_history enabled -kernel shell_history_file_bytes 1024000" [tools] -elixir = "1.17.2" +elixir = "1.17.3" erlang = "26.2.5"