Skip to content

Commit

Permalink
Merge pull request #3297 from typelevel/update/testng-7-5-3.2.17.0
Browse files Browse the repository at this point in the history
Update testng-7-5 to 3.2.17.0
  • Loading branch information
armanbilge authored Sep 7, 2023
2 parents 609567c + f2f91c0 commit 356b5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ lazy val reactiveStreams = project
libraryDependencies ++= Seq(
"org.reactivestreams" % "reactive-streams" % "1.0.4",
"org.reactivestreams" % "reactive-streams-tck" % "1.0.4" % "test",
"org.scalatestplus" %% "testng-7-5" % "3.2.16.0" % "test"
"org.scalatestplus" %% "testng-7-5" % "3.2.17.0" % "test"
),
tlJdkRelease := Some(8),
Test / fork := true // Otherwise SubscriberStabilitySpec fails
Expand Down

0 comments on commit 356b5c7

Please sign in to comment.