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)