We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb4331 commit 9552c29Copy full SHA for 9552c29
1 file changed
build.sbt
@@ -7,7 +7,7 @@ val circeV = "0.14.15"
7
val slf4jV = "2.0.18"
8
val logbackV = "1.5.32"
9
val tapirV = "1.13.19"
10
-val sttpClientV = "4.0.23"
+val sttpClientV = "4.0.24"
11
12
lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI")
13
@@ -79,7 +79,7 @@ lazy val examples = (project in file("examples"))
79
publishArtifact := false,
80
name := "examples",
81
libraryDependencies ++= Seq(
82
- "com.softwaremill.sttp.client4" %% "core" % "4.0.23",
+ "com.softwaremill.sttp.client4" %% "core" % "4.0.24",
83
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
84
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirV,
85
"ch.qos.logback" % "logback-classic" % logbackV
0 commit comments