Skip to content

Commit

Permalink
dependencies duplication fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Nov 1, 2024
1 parent 77b67a0 commit b3e32c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/src/Resolve.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ object Resolve:
module_deps = modules_deps.toMap.getOrElse(moduleReport.module.toCoordinates, Vector.empty).sortBy(_.toString)
)
}
.distinctBy(t => (t.coordinates, t.lang))
.sortBy(_.name)

0 comments on commit b3e32c8

Please sign in to comment.