Skip to content

Commit

Permalink
Update cats-effect to 3.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 25, 2023
1 parent 290baa7 commit 54dee91
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 @@ -24,7 +24,7 @@ lazy val root = (project in file("."))
"-release:11"
),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.4.10",
"org.typelevel" %% "cats-effect" % "3.4.11",
"org.scalatest" %% "scalatest" % scalatestVersion % "test,it",
"org.scalactic" %% "scalactic" % scalatestVersion % "test,it",
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test,it",
Expand Down

0 comments on commit 54dee91

Please sign in to comment.