Skip to content

Commit

Permalink
Merge pull request #69 from scala-steward/update/cats-collections-cor…
Browse files Browse the repository at this point in the history
…e-0.9.9

Update cats-collections-core to 0.9.9
  • Loading branch information
satabin authored Oct 1, 2024
2 parents 3ede4d7 + acf8f45 commit 10ffe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit 10ffe0e

Please sign in to comment.