From 6d6ecfd182132fca15d81c7f991c1daff0774ddf Mon Sep 17 00:00:00 2001 From: Ikhun Um Date: Tue, 5 May 2020 15:36:21 +0900 Subject: [PATCH] Add usage for SBT and Maven in README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9265fe4..9a0cab8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,27 @@ # ScalaTest + TestNG ScalaTest + TestNG provides integration support between ScalaTest and TestNG. +**Usage** + +To use it for ScalaTest 3.1.1 and TestNG 6.7: + +SBT: + +``` +libraryDependencies += "org.scalatestplus" %% "testng-6-7" % "3.1.1.0" % "test" +``` + +Maven: + +``` + + org.scalatestplus + testng-6-7_2.13 + 3.1.1.0 + test + +``` + **Publishing** Please use the following commands to publish to Sonatype: