diff options
| author | Scala Steward | 2020-02-12 00:49:25 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-11 23:49:25 +0000 |
| commit | 386c2fef3c548d89498659092a04aa89c48bbe45 (patch) | |
| tree | 7178d3e2177b7156b4b45be31e7c78175d5658a8 /build.sbt | |
| parent | 85524c509fe62be314605da1ad47dfcffe47f6a4 (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.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" |
