diff options
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
