From f354a72ef26a2a5798a13b9a2a7c4e663a677d18 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Feb 2025 18:09:51 +0000 Subject: [PATCH] Update testng to 7.11.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 2df547c..adada97 100644 --- a/build.sc +++ b/build.sc @@ -14,7 +14,7 @@ def baseDir = build.millSourcePath object Deps { val slf4j = ivy"org.slf4j:slf4j-api:1.7.36" object Test { - val testNg = ivy"org.testng:testng:7.5" + val testNg = ivy"org.testng:testng:7.11.0" val lambdatest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.8.0" } }