From 5fd1d8b4772bedc4dff6d91a6ffc3fa158770b4e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 20:24:30 +0000 Subject: [PATCH] Update client3:circe, client3:core, ... to 3.9.7 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..ba5acb2f 100644 --- a/build.sbt +++ b/build.sbt @@ -110,8 +110,8 @@ lazy val bootstrap = project "org.typelevel" %% "cats-core" % "2.7.0", "org.typelevel" %% "cats-effect" % "3.3.14", "com.kubukoz" %% "caliban-gitlab" % "0.1.0", - "com.softwaremill.sttp.client3" %% "core" % "3.3.18", - "com.softwaremill.sttp.client3" %% "circe" % "3.3.18", + "com.softwaremill.sttp.client3" %% "core" % "3.9.7", + "com.softwaremill.sttp.client3" %% "circe" % "3.9.7", "io.circe" %% "circe-core" % "0.14.2", crossPlugin("org.polyvariant" % "better-tostring" % "0.3.15") ), @@ -184,7 +184,7 @@ lazy val pitgull = buildInfoPackage := "io.pg", buildInfoKeys := List(version, scalaVersion), libraryDependencies ++= List( - "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.3.18", + "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.9.7", "org.http4s" %% "http4s-dsl" % "0.23.11", "org.http4s" %% "http4s-circe" % "0.23.11", "org.http4s" %% "http4s-blaze-server" % "0.23.11",