From 6a93989ff2716d3ec974419084d56b9d1be02b00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:25:27 +0000 Subject: [PATCH] build(deps): update xema requirement from 0.13.6 to 0.13.10 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..925f130 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.10"} ] end