Skip to content

Commit

Permalink
Merge pull request #218 from scala-steward/update/cats-effect-3.5.5
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.5
  • Loading branch information
mergify[bot] authored Oct 30, 2024
2 parents d71863f + bb08c03 commit 69633d0
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 69633d0

Please sign in to comment.