From 3837b48c7535e0485aa8964edbf32e8784bfce14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 14:14:58 +0000 Subject: [PATCH] Update scala-collection-compat to 2.13.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dd71d3bb..6c8cc009 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -30,7 +30,7 @@ object Dependencies { val jsoup = "org.jsoup" % "jsoup" % "1.18.1" - val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % Compile + val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" % Compile // because idea plugin packager would only take the root jar which has no classes // somehow it fails to see the transitive dependencies (even though the code says it should)