From ed98c03fae0dc6fd99c30fc9ba7cdfe28a6754d3 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Fri, 5 Mar 2021 23:27:47 -0500 Subject: [PATCH] increase timex dep version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 95b7dd28..6b83d8a8 100644 --- a/mix.exs +++ b/mix.exs @@ -52,7 +52,7 @@ defmodule Shift73k.MixProject do {:bamboo, "~> 2.0"}, {:bamboo_smtp, "~> 4.0"}, {:scrivener_ecto, "~> 2.0"}, - {:timex, "~> 3.5"} + {:timex, "~> 3.6"} ] end