Update jctools-core to 3.0.1 (#29519)

This commit is contained in:
Scala Steward 2020-08-24 11:29:31 +02:00 committed by GitHub
parent 165990ba01
commit cfbbf74b77
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" // ApacheV2
val jctools = "org.jctools" % "jctools-core" % "3.0.0" // ApacheV2
val jctools = "org.jctools" % "jctools-core" % "3.0.1" // ApacheV2
// reactive streams
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion // CC0