Skip to content
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

Properly fix versioning for Pekko dependencies #271

Merged

Conversation

mdedetrich
Copy link
Contributor

@mdedetrich mdedetrich commented Oct 29, 2023

There was a regression in 2b5fcd1#diff-ad2642dc77b3679e4ad2c7d3b2f59a2dcf48c1bf5b93a558a4fa44828315a34cR29 where the Pekko dependencies were set to "current" (likely because a grpc release wasn't made) but in reality its actually meant to be a statically hardcoded version.

You can use https://github.com/mdedetrich/alpakka-apache/blob/4ebf24a4f996b088b4ed16cee182accc5ac92e1c/project/Dependencies.scala#L16-L21 as a reference of how it looked like at last point before fork

@mdedetrich mdedetrich requested a review from pjfanning October 29, 2023 09:08
@mdedetrich mdedetrich force-pushed the don't-use-current-for-pekko-grpc-version branch 2 times, most recently from 0075004 to f620a81 Compare October 29, 2023 09:13
@mdedetrich mdedetrich changed the title Don't use current for Pekko Grpc binary version Properly fix versioning for Pekko dependencies Oct 29, 2023
@mdedetrich mdedetrich force-pushed the don't-use-current-for-pekko-grpc-version branch from f620a81 to 7c04bed Compare October 29, 2023 09:27
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mdedetrich mdedetrich merged commit 4918936 into apache:main Oct 29, 2023
49 of 50 checks passed
@mdedetrich mdedetrich deleted the don't-use-current-for-pekko-grpc-version branch October 29, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants