Skip to content

Commit 9552c29

Browse files
Update client4:core to 4.0.24 (#149)
1 parent 5cb4331 commit 9552c29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val circeV = "0.14.15"
77
val slf4jV = "2.0.18"
88
val logbackV = "1.5.32"
99
val tapirV = "1.13.19"
10-
val sttpClientV = "4.0.23"
10+
val sttpClientV = "4.0.24"
1111

1212
lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI")
1313

@@ -79,7 +79,7 @@ lazy val examples = (project in file("examples"))
7979
publishArtifact := false,
8080
name := "examples",
8181
libraryDependencies ++= Seq(
82-
"com.softwaremill.sttp.client4" %% "core" % "4.0.23",
82+
"com.softwaremill.sttp.client4" %% "core" % "4.0.24",
8383
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
8484
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirV,
8585
"ch.qos.logback" % "logback-classic" % logbackV

0 commit comments

Comments
 (0)