From 78ff6a49d12614309a7c3bd94402b758eb742424 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 22 May 2025 01:24:46 +0000 Subject: [PATCH] chore(deps): update dependency elixir to v1.18.4 (#234) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | patch | `1.18.3` -> `1.18.4` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/234 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index a10cd11..da5c804 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -38,7 +38,7 @@ "ubi:max-niederman/ttyper" = "1.6.0" "ubi:supabase/cli" = { version = "2.22.12", exe = "supabase" } "ubi:wagoodman/dive" = "0.13.1" -elixir = "1.18.3" +elixir = "1.18.4" erlang = "28.0" go = "1.24.3" lua = "5.1.5"