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).
This commit is contained in:
Martin Frost 2022-05-10 23:06:32 +02:00
parent b673c33fd2
commit 06261efb0e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ defmodule ISN.Mixfile do
[
app: :isn,
version: @version,
elixir: "~> 1.0",
elixir: "~> 1.9",
deps: deps(),
test_paths: ["test"],
# Hex