Update jctools-core to 4.0.1 (#730)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2023-10-15 02:14:31 +01:00 committed by GitHub
parent 567c4b64ae
commit 6d25bb063d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ object Dependencies {
val sigar = "org.fusesource" % "sigar" % "1.6.4"
val jctools = "org.jctools" % "jctools-core" % "3.3.0"
val jctools = "org.jctools" % "jctools-core" % "4.0.1"
// reactive streams
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion