From 0a7b928f610f2367ce0d03ca2efc9f0529879407 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 4 Jul 2024 00:59:42 +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 2a6f7098e..2754aa0be 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -76,7 +76,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"},