=pro update Aeron to 1.0.4

This commit is contained in:
Konrad Malawski 2016-11-17 17:51:04 +01:00 committed by GitHub
parent d7af58bafa
commit 5ca56a56eb

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"