Skip to content

Commit 7b20007

Browse files
Update cats to 3.10.2 (fun-stack#310)
1 parent b310271 commit 7b20007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object Deps {
4646
val circe = s("com.softwaremill.sttp.tapir" %%% "tapir-json-circe" % version)
4747
val openApi = s("com.softwaremill.sttp.tapir" %%% "tapir-openapi-docs" % version)
4848
val jsClient = s("com.softwaremill.sttp.tapir" %%% "tapir-sttp-client" % version)
49-
val catsClient = s("com.softwaremill.sttp.client3" %%% "cats" % "3.10.1")
49+
val catsClient = s("com.softwaremill.sttp.client3" %%% "cats" % "3.10.2")
5050
}
5151

5252
// aws-sdk-js

0 commit comments

Comments
 (0)