From cee8978d0c1340907c13fae140a6feb83124b470 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 14 Feb 2021 10:38:00 +0100 Subject: [PATCH] Update junit to 4.13.2 (#29) Pull request: https://github.com/ToToTec/CmdOption/pull/29 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 4082b2d..3d7a591 100644 --- a/build.sc +++ b/build.sc @@ -12,7 +12,7 @@ val baseDir = build.millSourcePath val cmdOptionVersion = "0.7.0" object Deps { - val junit = ivy"junit:junit:4.13.1" + val junit = ivy"junit:junit:4.13.2" val junitInterface = ivy"com.novocode:junit-interface:0.11" val lambdatest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.0" val slf4j = ivy"org.slf4j:slf4j-api:1.7.30"