From 6944ef4ccf636df34092556db4be9dadbd4c5fbd Mon Sep 17 00:00:00 2001 From: Peter Arentsen Date: Tue, 22 Jan 2019 15:49:09 +0100 Subject: [PATCH] Bump minimum elixir version to the one that is still tested by us --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 592d0849..1687cdc6 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Liquid.Mixfile do [ app: :liquid, version: "0.9.0", - elixir: "~> 1.3", + elixir: "~> 1.5", deps: deps(), name: "Liquid", description: description(),