Exclude agrona from scala-steward (#28110)

As it should only be updated in tandem with aeron
This commit is contained in:
Arnout Engelen 2019-11-06 19:17:45 +01:00 committed by Helena Edelson
parent 6d95ec9da7
commit 365af7ee2f

View file

@ -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" }
]