Skip to content

Commit

Permalink
Update testng to 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 22, 2024
1 parent ae28daf commit 7694da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0"
val lambdatest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.8.0"
}
}
Expand Down

0 comments on commit 7694da2

Please sign in to comment.