From 16ec84cff0444cbea18007f38fc3259eb6938b03 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:23:22 +0200 Subject: [PATCH] Update scala-collection-compat to 2.12.0 (#424) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 753c1389..8d247d67 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.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)