raboof commented on code in PR #1589:
URL: https://github.com/apache/pekko/pull/1589#discussion_r1886951278


##########
.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:
   I seem to remember the reason we dodn't let scala steward update agrona is 
because aeron and agrona are somewhat tightly coupled, so we only update agrona 
when we update aeron (to the exact version that aeron expects).



-- 
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]

Reply via email to