Skip to content

Commit c41ea9e

Browse files
committed
Update cats-effect to 3.6.2
1 parent ae1a926 commit c41ea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Deps {
88

99
val cats = new {
1010
val core = s("org.typelevel" %%% "cats-core" % "2.13.0")
11-
val effect = s("org.typelevel" %%% "cats-effect" % "3.5.7")
11+
val effect = s("org.typelevel" %%% "cats-effect" % "3.6.2")
1212
val alley = s("org.typelevel" %%% "alleycats-core" % "2.13.0")
1313
}
1414

0 commit comments

Comments
 (0)