-
Notifications
You must be signed in to change notification settings - Fork 18
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
upgrade protobuf/protoc to 3.25.3 #278
Conversation
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.
one comment, but LGTM with or without it
val googleProtoc = "3.24.0" // checked synced by VersionSyncCheckPlugin | ||
val googleProtobufJava = "3.24.4" | ||
val googleProtoc = "3.25.3" // checked synced by VersionSyncCheckPlugin | ||
val googleProtobufJava = "3.25.3" |
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.
can we drop googleProtobufJava
now that they're in sync again?
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've set one to equal the other.
I think it is useful to have 3 props as it has gotten us out of jail before.
ScalaSteward is not going to generate correct PRs for us because the values also appear in Grade and Maven files too.
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 did try to edit on my phone but edit seems to have failed. I will try again later.
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.
LGTM
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.
Lgtm
scala-steward doesn't upgrade protoc