Skip to content

Commit

Permalink
Update cats-effect to 3.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 29, 2023
1 parent b310c60 commit 82ab3c8
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.15" % Test,
"org.typelevel" %% "cats-effect" % "3.4.9",
"org.typelevel" %% "cats-effect" % "3.4.10",
"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 82ab3c8

Please sign in to comment.