Skip to content

Commit 736caec

Browse files
Update cats-effect to 3.5.6 (#142)
1 parent 8bb1a81 commit 736caec

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.12.0")
11-
val effect = s("org.typelevel" %%% "cats-effect" % "3.5.5")
11+
val effect = s("org.typelevel" %%% "cats-effect" % "3.5.6")
1212
val alley = s("org.typelevel" %%% "alleycats-core" % "2.12.0")
1313
}
1414

0 commit comments

Comments
 (0)