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

Commit 3c04e6e

Browse files
committed
Update client3:circe, client3:core, ... to 3.10.0
1 parent 5ecff7e commit 3c04e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ lazy val bootstrap = project
110110
"org.typelevel" %% "cats-core" % "2.7.0",
111111
"org.typelevel" %% "cats-effect" % "3.3.14",
112112
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
113-
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",
114-
"com.softwaremill.sttp.client3" %% "circe" % "3.3.18",
113+
"com.softwaremill.sttp.client3" %% "core" % "3.10.0",
114+
"com.softwaremill.sttp.client3" %% "circe" % "3.10.0",
115115
"io.circe" %% "circe-core" % "0.14.2",
116116
crossPlugin("org.polyvariant" % "better-tostring" % "0.3.15")
117117
),
@@ -184,7 +184,7 @@ lazy val pitgull =
184184
buildInfoPackage := "io.pg",
185185
buildInfoKeys := List(version, scalaVersion),
186186
libraryDependencies ++= List(
187-
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.3.18",
187+
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.10.0",
188188
"org.http4s" %% "http4s-dsl" % "0.23.11",
189189
"org.http4s" %% "http4s-circe" % "0.23.11",
190190
"org.http4s" %% "http4s-blaze-server" % "0.23.11",

0 commit comments

Comments
 (0)