We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d857435 commit 0e109feCopy full SHA for 0e109fe
build.sbt
@@ -42,7 +42,7 @@ lazy val healthful = subproject("healthful")
42
"org.slf4j" % "slf4j-api" % "2.0.16",
43
"com.typesafe" % "config" % "1.4.3",
44
"org.scalameta" %% "munit" % "1.0.3" % Test,
45
- "com.softwaremill.sttp.client3" %% "core" % "3.10.1" % Test
+ "com.softwaremill.sttp.client3" %% "core" % "3.10.2" % Test
46
)
47
48
0 commit comments