From f1c229a133a9dc51ee2d0e692ab8a71e8f176870 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 24 Jun 2024 18:36:58 +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 5a0055474..27ad3e676 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"},