Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update client3:circe, client3:core, ... to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2024
1 parent 5ecff7e commit e18bbcd
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.10.1",
"com.softwaremill.sttp.client3" %% "circe" % "3.10.1",
"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.10.1",
"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 e18bbcd

Please sign in to comment.