Skip to content

Commit

Permalink
Update cats-effect to 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 20, 2024
1 parent 1a0b630 commit e86f7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk"))
"com.softwaremill.sttp.client3" %% "core" % sttpClientVersion,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.typelevel" %% "cats-effect" % "3.5.6",
"com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test
)
Expand Down

0 comments on commit e86f7a3

Please sign in to comment.