=str upgrade streams TCK to 1.0.1-RC2 (#23343)
This commit is contained in:
parent
9730bc03d6
commit
d4092f7852
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,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-RC1" % "test" // CC0
|
||||
val reactiveStreamsTck = "org.reactivestreams" % "reactive-streams-tck" % "1.0.1-RC2" % "test" // CC0
|
||||
}
|
||||
|
||||
object Provided {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue