-
Notifications
You must be signed in to change notification settings - Fork 180
Fix pekkoImport() range #2111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix pekkoImport() range #2111
Conversation
The range does not reflect current version, update it to [2,2.1). Signed-off-by: Robert Varga <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, it should be 2.0 at least now.
scalaImport(scalaVersion), | ||
"*") | ||
def pekkoImport(packageName: String = "org.apache.pekko.*") = versionedImport(packageName, "1.1", "1.2") | ||
def pekkoImport(packageName: String = "org.apache.pekko.*") = versionedImport(packageName, "2", "2.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0, 2.1 might be better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, I'm not sure if we should still keep osgi in 2.0.0, at least Akka dropped it and seems no much complain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#705 - but let's assume that that is not agreed yet
@rovarga it would be good to keep the version change in its own PR instead of merging other changes here - we may end up cherry picking some changes to other version branches but we can't do that if you change version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0, 2.1 might be better
The range does not reflect current version, update it to [2,2.1).
Signed-off-by: Robert Varga [email protected]