Skip to content

Commit

Permalink
agrona 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and He-Pin committed Sep 9, 2023
1 parent 7426c8a commit e9ab2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ object Dependencies {
val junitVersion = "4.13.2"
val slf4jVersion = "1.7.36"
// check agrona version when updating this
val aeronVersion = "1.38.1"
val aeronVersion = "1.42.1"
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.15.1"
val agronaVersion = "1.19.2"
val nettyVersion = "3.10.6.Final"
val netty4Version = "4.1.96.Final"
val protobufJavaVersion = "3.19.6"
Expand Down

0 comments on commit e9ab2cc

Please sign in to comment.