From cabe90f6fd5e59151704278751652d2b00c8122b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:43:14 +0000 Subject: [PATCH] build(deps): update xema requirement from 0.13.6 to 0.13.7 Updates the requirements on [xema](https://github.com/hrzndhrn/xema) to permit the latest version. - [Release notes](https://github.com/hrzndhrn/xema/releases) - [Changelog](https://github.com/hrzndhrn/xema/blob/master/CHANGELOG.md) - [Commits](https://github.com/hrzndhrn/xema/commits/v0.13.7) Signed-off-by: dependabot-preview[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 43a6b58..8c0c075 100644 --- a/mix.exs +++ b/mix.exs @@ -79,7 +79,7 @@ defmodule StepFlow.MixProject do {:prometheus_plugs, "~> 1.1"}, {:slack, "~> 0.23.5"}, {:timex, "~> 3.2"}, - {:xema, "0.13.6"} + {:xema, "0.13.7"} ] end