Skip to content

Commit

Permalink
Update Aeron to 1.2.3
Browse files Browse the repository at this point in the history
Weird, I thought we were on a later version?
Anyway, 1.2.3 fixed a nasty bug it seems.

Changelog: https://github.com/real-logic/Aeron/wiki/Change-Log
  • Loading branch information
ktoso committed Mar 7, 2017
1 parent 2931138 commit 5edead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
val sslConfigVersion = "0.2.1"
val slf4jVersion = "1.7.23"
val scalaXmlVersion = "1.0.6"
val aeronVersion = "1.2.0"
val aeronVersion = "1.2.3"

val Versions = Seq(
crossScalaVersions := Seq("2.11.8", "2.12.1"),
Expand Down

0 comments on commit 5edead2

Please sign in to comment.