upgrade to JUnit 4.13 (#4899)

This commit is contained in:
sullis
2020-01-01 21:20:29 -08:00
committed by William Cheng
parent 89e963c072
commit 178a3e24bd
158 changed files with 158 additions and 158 deletions

View File

@@ -18,7 +18,7 @@ lazy val root = (project in file(".")).
"org.threeten" % "threetenbp" % "1.4.0" % "compile",
"io.gsonfire" % "gson-fire" % "1.8.3" % "compile",
"javax.annotation" % "jsr250-api" % "1.0" % "compile",
"junit" % "junit" % "4.12" % "test",
"junit" % "junit" % "4.13" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
)
)