Exclude agrona from scala-steward (#28110)
As it should only be updated in tandem with aeron
This commit is contained in:
parent
6d95ec9da7
commit
365af7ee2f
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ updates.ignore = [
|
|||
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
|
||||
{ groupId = "org.scalatest", artifactId = "scalatest" },
|
||||
{ groupId = "com.typesafe", artifactId = "config" },
|
||||
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
|
||||
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },
|
||||
{ groupId = "org.agrona", artifactId = "agrona" }
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue