From acf8f458c941e8d028c99fb53d3d74473a6a5ed0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 14:58:55 +0000 Subject: [PATCH] Update cats-collections-core to 0.9.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 27eedcd..b5c6d6a 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val testing = crossProject(JVMPlatform) .settings( name := "fs2-queues-testing", libraryDependencies ++= List( - "org.typelevel" %%% "cats-collections-core" % "0.9.8" + "org.typelevel" %%% "cats-collections-core" % "0.9.9" ), tlVersionIntroduced := Map("3" -> "0.4.0", "2.13" -> "0.4.0") )