Skip to content

Commit

Permalink
Update testng to 6.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 7, 2020
1 parent 3f8afc2 commit 363494f
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 @@ -68,7 +68,7 @@ object Deps {
val junitInterface = ivy"com.novocode:junit-interface:0.11"
val lambdaTest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.0"
val osLib = ivy"com.lihaoyi::os-lib:0.7.1"
val testng = ivy"org.testng:testng:6.11"
val testng = ivy"org.testng:testng:6.14.3"
val sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val scalafmtDynamic = ivy"org.scalameta::scalafmt-dynamic:2.2.1"
Expand Down

0 comments on commit 363494f

Please sign in to comment.