Update Aeron to 1.1.0

If we think we can bump such. I think we could since used internally mostly anyway hm.

https://github.com/real-logic/Aeron/releases/tag/1.1.0
This commit is contained in:
Konrad `ktoso` Malawski 2017-01-23 19:29:11 +01:00 committed by GitHub
parent 3617fe8b41
commit bca071fa81

View file

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