Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading