From cf3c6f186db32865d6714daf9b9e1ad1a1a3410b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Apr 2024 01:00:33 +0000 Subject: [PATCH] Update scala-collection-compat to 2.12.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 96cee1cb..465bdc74 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -30,7 +30,7 @@ object Dependencies { val jsoup = "org.jsoup" % "jsoup" % "1.17.2" - val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" % Compile + val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.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)