Merge pull request #21857 from akka/update-aeron

=pro update Aeron to 1.0.4
This commit is contained in:
Patrik Nordwall 2016-11-18 10:05:02 +01:00 committed by GitHub
commit e80d7d7a71

View file

@ -68,8 +68,8 @@ object Dependencies {
// For Java 8 Conversions
val java8Compat = Def.setting {"org.scala-lang.modules" %% "scala-java8-compat" % java8CompatVersion.value} // Scala License
val aeronDriver = "io.aeron" % "aeron-driver" % "1.0.2" // ApacheV2
val aeronClient = "io.aeron" % "aeron-client" % "1.0.2" // ApacheV2
val aeronDriver = "io.aeron" % "aeron-driver" % "1.0.4" // ApacheV2
val aeronClient = "io.aeron" % "aeron-client" % "1.0.4" // ApacheV2
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.2" % "test"