You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that still the 1.1.x versions are referenced. If only pekko-actor in version 1.2.x is installed, those bundles cannot be resolved. The correct version range for the Import-Package declarations would be "[1.2,1.3)" for this version.
This is basically a reincarnation of #1479. I am going to provide a PR to derive the version range for imports from the project version to prevent that this oversight happens again.