From 175d9711d65406b221ffc93076c6a2da06858ccf Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 23 Nov 2023 00:22:25 +0000 Subject: [PATCH] Update shared:akka, shared:core, shared:fs2, ... to 1.3.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9029deab18..c9a923a7e2 100644 --- a/build.sbt +++ b/build.sbt @@ -157,7 +157,7 @@ val zio1InteropRsVersion = "1.3.12" val zio2InteropRsVersion = "2.0.2" val sttpModelVersion = "1.7.6" -val sttpSharedVersion = "1.3.16" +val sttpSharedVersion = "1.3.17" val logback = "ch.qos.logback" % "logback-classic" % "1.4.11"