From f6f2b9a759cf4bc358804ea01730f7ff7655b4e2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 5 Sep 2024 00:29:30 +0000 Subject: [PATCH] Update shared:akka, shared:core, shared:fs2, ... to 1.3.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdf5e5946..47fac8cd2 100644 --- a/build.sbt +++ b/build.sbt @@ -152,7 +152,7 @@ val zio2InteropRsVersion = "2.0.2" val oxVersion = "0.2.0" val sttpModelVersion = "1.7.11" -val sttpSharedVersion = "1.3.20" +val sttpSharedVersion = "1.3.21" val logback = "ch.qos.logback" % "logback-classic" % "1.5.7"