From 06261efb0e700976f1011197e17d0f0605693b0c Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Tue, 10 May 2022 23:06:32 +0200 Subject: [PATCH] Demand Elixir 1.9 Security patches are only available for the last 5 minor branches, so since we're bumping pretty much everything right now anyway, let's bump this number as well. There is definitely syntax in this library now that's newer than 1.0 anyway (`with` was introduced in 1.2, for instance). --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c32edbc..0783a13 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule ISN.Mixfile do [ app: :isn, version: @version, - elixir: "~> 1.0", + elixir: "~> 1.9", deps: deps(), test_paths: ["test"], # Hex