Commit f99c0f3
fix(deps): correct apple-privacy-manifests plugin id in the catalog
The catalog declared org.jetbrains.kotlin.plugin.apple-privacy-manifests,
which does not exist — the real id is
org.jetbrains.kotlin.apple-privacy-manifests (no '.plugin'; Portal
serves its marker, the typo'd id 404s). Nothing applies the alias yet
(parked for App Store ITMS-91053 compliance), so the build never
noticed; the only symptom was Renovate's 'Package lookup failures'
warning on the Dependency Dashboard, which silently left the entry
un-renovated.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>1 parent a1c9741 commit f99c0f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments