From 9eb0868d9c31cd222a5525fe03e591c6eb09ffa1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 06:39:19 +0000 Subject: [PATCH] build(deps): update xema requirement from 0.13.6 to 0.13.8 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) 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 1d96d53..e2644d1 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.8"} ] end