Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade disruptor from 3.4.4 to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Sep 30, 2023
1 parent 824833c commit 676c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lazy val loggingDependencies = Seq(
"org.apache.logging.log4j" % "log4j-api" % log4JVersion,
"org.apache.logging.log4j" % "log4j-core" % log4JVersion,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % log4JVersion % "runtime",
"com.lmax" % "disruptor" % "3.4.4" % "runtime"
"com.lmax" % "disruptor" % "4.0.0" % "runtime"
)

lazy val scalaCompilerOptions = Seq(
Expand Down

0 comments on commit 676c779

Please sign in to comment.