diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8bc0918076..751c5bb1fe 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -70,8 +70,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.4" // ApacheV2 - val aeronClient = "io.aeron" % "aeron-client" % "1.0.4" // ApacheV2 + val aeronDriver = "io.aeron" % "aeron-driver" % "1.0.5" // ApacheV2 + val aeronClient = "io.aeron" % "aeron-client" % "1.0.5" // ApacheV2 object Docs { val sprayJson = "io.spray" %% "spray-json" % "1.3.2" % "test"