Skip to content

Commit 53b4180

Browse files
Update client4:core to 4.0.13 (#57)
1 parent 5cd6696 commit 53b4180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val examples = (project in file("examples"))
5151
publishArtifact := false,
5252
name := "examples",
5353
libraryDependencies ++= Seq(
54-
"com.softwaremill.sttp.client4" %% "core" % "4.0.12",
54+
"com.softwaremill.sttp.client4" %% "core" % "4.0.13",
5555
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
5656
"ch.qos.logback" % "logback-classic" % "1.5.20"
5757
)

0 commit comments

Comments
 (0)