Update jctools-core to 4.0.5 (#1352)

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-06-02 11:04:24 +08:00 committed by GitHub
parent f7eddaa1aa
commit 40aaa98c55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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