From d34c89fe0adfcb96b76160c57053cd13f6cc0697 Mon Sep 17 00:00:00 2001 From: phoebus-84 Date: Wed, 15 Apr 2026 19:29:46 +0200 Subject: [PATCH] chore: add .mise.toml for Erlang/OTP 25 and Elixir 1.14.5 --- .gitignore | 1 + .mise.toml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .mise.toml diff --git a/.gitignore b/.gitignore index 28462be..33b4366 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ !/.iex.exs !/.credo.exs !/.editorconfig +!/.mise.toml # the man*n*ager !/mann diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..cfb2dd6 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,3 @@ +[tools] +erlang = "25" +elixir = "1.14.5-otp-25"