From 67ddc304a7e81c531b95ea871a8417a9d97779ca Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 01:39:42 +0000 Subject: [PATCH] Update scala-collection-compat to 2.14.0 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1883941c..1eb893ac 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val `rho-core` = project } }, libraryDependencies ++= Seq( - "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0", http4sCore, http4sServer % Test )