Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val circeV = "0.14.15"
val slf4jV = "2.0.18"
val logbackV = "1.5.32"
val tapirV = "1.13.19"
val sttpClientV = "4.0.23"
val sttpClientV = "4.0.24"

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

Expand Down Expand Up @@ -79,7 +79,7 @@ lazy val examples = (project in file("examples"))
publishArtifact := false,
name := "examples",
libraryDependencies ++= Seq(
"com.softwaremill.sttp.client4" %% "core" % "4.0.23",
"com.softwaremill.sttp.client4" %% "core" % "4.0.24",
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirV,
"ch.qos.logback" % "logback-classic" % logbackV
Expand Down
Loading