Update aeron-client, aeron-driver to 1.22.0

This commit is contained in:
Scala Steward 2019-10-09 15:42:52 +02:00
parent 76e2730195
commit ef72933762
No known key found for this signature in database
GPG key ID: 96BDF10FFAB8B6A6

View file

@ -17,7 +17,7 @@ object Dependencies {
val junitVersion = "4.12"
val slf4jVersion = "1.7.28"
// check agrona version when updating this
val aeronVersion = "1.21.2"
val aeronVersion = "1.22.0"
// needs to be inline with the aeron version
val agronaVersion = "1.0.7"
val nettyVersion = "3.10.6.Final"