This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new eccfb848d9 chore: pin aeron version (#1451)
eccfb848d9 is described below
commit eccfb848d9679e7d7e957c756a81c2d24384b828
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Aug 25 23:17:39 2024 +0200
chore: pin aeron version (#1451)
See #1448
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 259cad80af..1d8a976ac7 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -9,6 +9,8 @@ updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
# protobuf 4 is not yet well supported
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version =
"3." }
+ # aeron 1.46 requires Java 17
+ { groupId = "io.aeron", version = "1.45." }
]
updates.ignore = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]