=str use 1.0.2-RC1 TCK, without bumping the API dependency yet (#24108)
This commit is contained in:
parent
ad57120ec2
commit
f96e00ea83
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue