Update Aeron to 1.0.5
This commit is contained in:
parent
b1e146c836
commit
17c4352382
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue