raboof commented on code in PR #1589:
URL: https://github.com/apache/pekko/pull/1589#discussion_r1886971680
##########
.scala-steward.conf:
##########
@@ -11,6 +11,10 @@ updates.pin = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version =
"3." }
# aeron 1.46 requires Java 17
{ groupId = "io.aeron", version = "1.45." }
+ # agrona 1.23 requires Java 17
+ { groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
Review Comment:
The comments around the versions in `project/Dependencies.scala` seem fairly
clear - but I see at
https://github.com/real-logic/aeron/blob/1.45.1/build.gradle#L59 it might be
less tightly coupled than I thought, so :+1: I suppose
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]