Skip to content

Commit 29f422d

Browse files
authored
Update cats-effect to 2.4.1
1 parent 47f66ca commit 29f422d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/ProjectPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object ProjectPlugin extends AutoPlugin {
1515
Seq(
1616
libraryDependencies ++=
1717
Seq(
18-
"org.typelevel" %%% "cats-effect" % "2.4.0",
18+
"org.typelevel" %%% "cats-effect" % "2.4.1",
1919
"org.scalatest" %%% "scalatest" % "3.2.6" % "test"
2020
)
2121
)

0 commit comments

Comments
 (0)