Skip to content

Commit

Permalink
Update junit to 4.13.2 (#29)
Browse files Browse the repository at this point in the history
Pull request: #29
  • Loading branch information
scala-steward authored Feb 14, 2021
1 parent 8c574a4 commit cee8978
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 @@ -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"
Expand Down

0 comments on commit cee8978

Please sign in to comment.