We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80b39e commit c5ad421Copy full SHA for c5ad421
Sources/ReleaseNotesCore/ReleaseNotes.swift
@@ -107,7 +107,7 @@ struct ReleaseNotes: AsyncParsableCommand {
107
}
108
109
110
-private extension [PackageId: URL] {
+private extension Dictionary where Key == PackageId, Value == URL {
111
subscript(caseIgnoring packageId: PackageId) -> URL? {
112
first(where: { $0.key.lowercased() == packageId.lowercased() })?.value
113
0 commit comments