Skip to content

Commit

Permalink
Update testng-6-7 to 3.2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 21, 2021
1 parent 26b03ff commit 198bca8
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 @@ -185,7 +185,7 @@ lazy val reactiveStreams = project
libraryDependencies ++= Seq(
"org.reactivestreams" % "reactive-streams" % "1.0.3",
"org.reactivestreams" % "reactive-streams-tck" % "1.0.3" % "test",
("org.scalatestplus" %% "testng-6-7" % "3.2.7.0" % "test").withDottyCompat(scalaVersion.value)
("org.scalatestplus" %% "testng-6-7" % "3.2.8.0" % "test").withDottyCompat(scalaVersion.value)
),
OsgiKeys.exportPackage := Seq("fs2.interop.reactivestreams.*"),
OsgiKeys.privatePackage := Seq(),
Expand Down

0 comments on commit 198bca8

Please sign in to comment.