Skip to content

Commit

Permalink
error-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushkoli772 committed Aug 20, 2024
1 parent 9b347db commit 59f9dcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ProjectPages(env: Env, database: SchedulerDatabase, searchEngine: SearchEn
val artifactsByName = allArtifacts.groupBy(_.artifactName)

val groupedArtifacts = artifactsByName
.groupBy { case (artifactName, artifacts) =>
.groupBy { case (_, artifacts) =>
artifacts.maxBy(_.version).version
}
.map { case (latestVersion, artifactsByName) =>
Expand Down

0 comments on commit 59f9dcd

Please sign in to comment.