From f96e00ea832e329bd2eb361f771386682cb132fc Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Thu, 7 Dec 2017 19:25:52 +0900 Subject: [PATCH] =str use 1.0.2-RC1 TCK, without bumping the API dependency yet (#24108) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {