From 88fb8f17354611c906b1b4926e09f4458b588412 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 08:48:44 +0000 Subject: [PATCH] chore: bump client3:core, client3:zio from 3.9.5 to 3.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce112e9..c672c9d 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ addCommandAlias("testWithCoverage", "; clean; coverage; test; coverageReport;") val zio = "2.0.22" val zioPrelude = "1.0.0-RC24" val circe = "0.14.3" -val sttp = "3.9.5" +val sttp = "3.9.6" val magnolia = "1.1.9" val scalaReflect = "2.13.13"