We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32e629d + 93ac214 commit aa30a5eCopy full SHA for aa30a5e
build.sbt
@@ -315,9 +315,9 @@ lazy val reactiveStreams = project
315
.settings(
316
name := "fs2-reactive-streams",
317
libraryDependencies ++= Seq(
318
- "org.reactivestreams" % "reactive-streams" % "1.0.3",
319
- "org.reactivestreams" % "reactive-streams-tck" % "1.0.3" % "test",
320
- "org.scalatestplus" %% "testng-6-7" % "3.2.10.0" % "test"
+ "org.reactivestreams" % "reactive-streams" % "1.0.4",
+ "org.reactivestreams" % "reactive-streams-tck" % "1.0.4" % "test",
+ "org.scalatestplus" %% "testng-7-5" % "3.2.12.0" % "test"
321
),
322
tlJdkRelease := Some(8),
323
Test / fork := true // Otherwise SubscriberStabilitySpec fails
0 commit comments