Skip to content

Commit

Permalink
Update cats-effect to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 30, 2024
1 parent d71863f commit bb08c03
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 @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
scalaVersion := "3.3.3",
scalacOptions ++= List("-unchecked", "-deprecation", "-explain"),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.typelevel" %% "cats-effect" % "3.5.5",
"co.fs2" %% "fs2-core" % "3.11.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
Expand Down

0 comments on commit bb08c03

Please sign in to comment.