Skip to content

Commit c38962e

Browse files
Update cats-effect to 3.5.7 (#144)
1 parent 736caec commit c38962e

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

0 commit comments

Comments
 (0)