diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 276403f2a8..a170241614 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -108,7 +108,7 @@ object Dependencies { val slf4jLog4j = "org.slf4j" % "log4j-over-slf4j" % slf4jVersion % "test" // MIT // reactive streams tck - val reactiveStreamsTck = "org.reactivestreams" % "reactive-streams-tck" % "1.0.1" % "test" // CC0 + val reactiveStreamsTck = "org.reactivestreams" % "reactive-streams-tck" % "1.0.2-RC1" % "test" // CC0 } object Provided {