Skip to content

Commit

Permalink
Update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2021
1 parent 3350b25 commit c41a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val finnpic = crossProject
.jvmSettings(
// TODO vpeurala: Enable this when sbt-doctest supports Scala.js.
// doctestTestFramework := DoctestTestFramework.ScalaTest
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
javacOptions += "-Xdiags:verbose"
)

Expand Down

0 comments on commit c41a78e

Please sign in to comment.