aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
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"