Skip to content

Commit

Permalink
chore: pin aeron version (#1451)
Browse files Browse the repository at this point in the history
See #1448
  • Loading branch information
raboof authored Aug 25, 2024
1 parent 8afbf20 commit eccfb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit eccfb84

Please sign in to comment.