update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693
* SharedMediaDriverSupport failed with NPE with Aeron 1.2.4, and concludeAeronDirectory solves that
This commit is contained in:
parent
1676da0553
commit
3d0d50e98b
2 changed files with 10 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ object Dependencies {
|
|||
val sslConfigVersion = "0.2.1"
|
||||
val slf4jVersion = "1.7.23"
|
||||
val scalaXmlVersion = "1.0.6"
|
||||
val aeronVersion = "1.2.3"
|
||||
val aeronVersion = "1.2.4"
|
||||
|
||||
val Versions = Seq(
|
||||
crossScalaVersions := Seq("2.11.8", "2.12.1"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue