From 386c2fef3c548d89498659092a04aa89c48bbe45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Feb 2020 00:49:25 +0100 Subject: Update junit to 4.13 (#1332) Co-authored-by: Jim Lawson Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7b43fe7..f11e5a38 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value // sbt 1.2.6 fails with `Symbol 'term org.junit' is missing from the classpath` // when compiling tests under 2.11.12 // An explicit dependency on junit seems to alleviate this. -libraryDependencies += "junit" % "junit" % "4.12" % "test" +libraryDependencies += "junit" % "junit" % "4.13" % "test" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test" -- cgit v1.2.3