Skip to content

Commit e0ca836

Browse files
authored
Merge pull request #28 from typelevel/update/cats-effect-3.4.9
Update cats-effect to 3.4.9
2 parents aaae996 + 0b7cbba commit e0ca836

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.8",
22+
"org.typelevel" %%% "cats-effect" % "3.4.9",
2323
"co.fs2" %%% "fs2-io" % "3.6.1",
2424
"org.gnieh" %%% "fs2-data-csv" % "1.7.0",
2525
"org.gnieh" %%% "fs2-data-csv-generic" % "1.7.0",

0 commit comments

Comments
 (0)