Skip to content

Commit

Permalink
agrona version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 27, 2024
1 parent 74f80c2 commit 77641cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ lazy val remote =
streamTestkit % Test,
jackson % "test->test")
.settings(Dependencies.remote)
.settings(dependencyOverrides += "org.agrona" % "agrona" % Dependencies.agronaVersion)
.settings(AutomaticModuleName.settings("pekko.remote"))
.settings(AddMetaInfLicenseFiles.remoteSettings)
.settings(OSGi.remote)
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Dependencies {
val aeronVersion = "1.45.0"
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.21.1"
val agronaVersion = "1.22.0"
val bouncyCastleVersion = "1.78.1"
val nettyVersion = "4.1.112.Final"
val logbackVersion = "1.3.14"
Expand Down

0 comments on commit 77641cc

Please sign in to comment.