From 4c070dc3016d56b677bfa30f72028fdf7a4ed918 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Tue, 6 Aug 2024 02:36:48 +0200 Subject: [PATCH] Update shared:akka, shared:core, shared:fs2, ... to 1.3.20 (#2247) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e5980000b..c505460ff 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.19" +val sttpSharedVersion = "1.3.20" val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"