From 648805ff126201a89d14edd861ebf9002fdcc0d4 Mon Sep 17 00:00:00 2001 From: Kurt Hogarth <87607684+cylkdev@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:01:29 -0700 Subject: [PATCH] chore: bump elixir version requirement in mix.exs to 1.13 (#62) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fd07cd6..92097aa 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule EctoShorts.MixProject do [ app: :ecto_shorts, version: "2.4.0", - elixir: "~> 1.11", + elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(), description: "Helper tools for making ecto interactions more pleasant and shorter",