Update jctools-core to 4.0.3 (#1114)

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] 2024-02-11 10:45:09 +01:00 committed by GitHub
parent 68082f0652
commit 8e52858b81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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