From 55cdf1e004e29f70d11c32f81358a343d186c35f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:11:49 +0000 Subject: [PATCH] Update client3:circe, client3:core, ... to 3.9.8 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..1c12ced2 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.8", + "com.softwaremill.sttp.client3" %% "circe" % "3.9.8", "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.8", "org.http4s" %% "http4s-dsl" % "0.23.11", "org.http4s" %% "http4s-circe" % "0.23.11", "org.http4s" %% "http4s-blaze-server" % "0.23.11",