Skip to content

Commit

Permalink
Merge pull request #217 from typelevel/update/cats-effect-3.5.7
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-testkit to 3.5.7
mergify[bot] authored Nov 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents ecd5301 + 709e431 commit ded2e6c
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
@@ -21,7 +21,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "toolkit",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect" % "3.5.6",
"org.typelevel" %%% "cats-effect" % "3.5.7",
"co.fs2" %%% "fs2-io" % "3.11.0",
"org.gnieh" %%% "fs2-data-csv" % "1.11.1",
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.1",
@@ -39,7 +39,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "toolkit-test",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.6",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.7",
"org.scalameta" %%% "munit" % "1.0.0", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0"
),

0 comments on commit ded2e6c

Please sign in to comment.