Skip to content

Commit

Permalink
Update client3:circe, client3:core, ... to 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 21, 2024
1 parent 5ecff7e commit 5fd1d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
),
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5fd1d8b

Please sign in to comment.