From a308124f20d16d99f434f6d6fecd8cb6193d3709 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 20:21:05 +0000 Subject: [PATCH] Update client3:circe, client3:core to 3.9.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 314e947..c5206ba 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val zioVersion = "1.0.18" val zioCatsVersion = "3.2.9.1" val http4sVersion = "0.23.15" val circeVersion = "0.14.5" -val sttpClientVersion = "3.4.2" +val sttpClientVersion = "3.9.7" lazy val commonSettings = Seq( organization := "org.phenoscape",