From 2653a304223777d45b80a0ae17433a6794d8b420 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Sun, 27 Nov 2022 15:05:25 +0000 Subject: [PATCH] chore(backend): update dependency flow to v1 --- apps/core/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core/mix.exs b/apps/core/mix.exs index 4288c43bc6..6572fa98ef 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -75,7 +75,7 @@ defmodule Core.MixProject do {:bamboo, "~> 2.0"}, {:parallax, "~> 1.0"}, {:bourne, "~> 1.1"}, - {:flow, "~> 0.15.0"}, + {:flow, "~> 1.2.0"}, {:joken, "~> 2.5.0"}, {:guardian, "~> 1.2.1"}, {:arc, "~> 0.11.0"},