aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2020-02-12 00:49:25 +0100
committerGitHub2020-02-11 23:49:25 +0000
commit386c2fef3c548d89498659092a04aa89c48bbe45 (patch)
tree7178d3e2177b7156b4b45be31e7c78175d5658a8 /build.sbt
parent85524c509fe62be314605da1ad47dfcffe47f6a4 (diff)
Update junit to 4.13 (#1332)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
-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"