Skip to content

Commit aa30a5e

Browse files
authored
Merge pull request #2913 from typelevel/update/reactive-streams-1.0.4
Update reactive-streams, ... to 1.0.4
2 parents 32e629d + 93ac214 commit aa30a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ lazy val reactiveStreams = project
315315
.settings(
316316
name := "fs2-reactive-streams",
317317
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"
318+
"org.reactivestreams" % "reactive-streams" % "1.0.4",
319+
"org.reactivestreams" % "reactive-streams-tck" % "1.0.4" % "test",
320+
"org.scalatestplus" %% "testng-7-5" % "3.2.12.0" % "test"
321321
),
322322
tlJdkRelease := Some(8),
323323
Test / fork := true // Otherwise SubscriberStabilitySpec fails

0 commit comments

Comments
 (0)