=str use 1.0.2-RC1 TCK, without bumping the API dependency yet (#24108)

This commit is contained in:
Konrad `ktoso` Malawski 2017-12-07 19:25:52 +09:00 committed by Christopher Batey
parent ad57120ec2
commit f96e00ea83

View file

@ -108,7 +108,7 @@ object Dependencies {
val slf4jLog4j = "org.slf4j" % "log4j-over-slf4j" % slf4jVersion % "test" // MIT val slf4jLog4j = "org.slf4j" % "log4j-over-slf4j" % slf4jVersion % "test" // MIT
// reactive streams tck // 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 { object Provided {