From b26451604d44cbc895c94ec73a57b96bd1a4ac10 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sat, 16 Nov 2024 11:16:22 -1000 Subject: [PATCH] Update required elixir version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8fb2970..057837c 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule IExHistory2.MixProject do [ app: :iex_history2, version: "5.4.0", - elixir: "~> 1.16.0-otp-26", + elixir: "~> 1.16", description: description(), package: package(), name: "IExHistory2",