Skip to content

Commit d3e5b52

Browse files
authored
Merge pull request #33 from typelevel/update/cats-effect-3.4.11
Update cats-effect to 3.4.11
2 parents c8c090f + 4e4cdae commit d3e5b52

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
@@ -19,7 +19,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
1919
name := "toolkit",
2020
libraryDependencies ++= Seq(
2121
"org.typelevel" %%% "cats-core" % "2.9.0",
22-
"org.typelevel" %%% "cats-effect" % "3.4.10",
22+
"org.typelevel" %%% "cats-effect" % "3.4.11",
2323
"co.fs2" %%% "fs2-io" % "3.6.1",
2424
"org.gnieh" %%% "fs2-data-csv" % "1.7.1",
2525
"org.gnieh" %%% "fs2-data-csv-generic" % "1.7.1",

0 commit comments

Comments
 (0)