Skip to content

Commit d8b2390

Browse files
Update cats-effect to 3.5.3 (#364)
1 parent 2c34b39 commit d8b2390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val colibri = project
5151
name := "colibri",
5252
libraryDependencies ++= Seq(
5353
"org.typelevel" %%% "cats-core" % "2.10.0",
54-
"org.typelevel" %%% "cats-effect" % "3.5.2",
54+
"org.typelevel" %%% "cats-effect" % "3.5.3",
5555
),
5656
)
5757

0 commit comments

Comments
 (0)