Skip to content

Commit

Permalink
Update cats-effect, cats-effect-testkit to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Mar 6, 2024
1 parent c471589 commit e6fa835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "toolkit",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.3",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-io" % "3.9.4",
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
Expand All @@ -39,7 +39,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "toolkit-test",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.3",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0-M11", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4"
),
Expand Down

0 comments on commit e6fa835

Please sign in to comment.