tuxji commented on a change in pull request #668:
URL: https://github.com/apache/daffodil/pull/668#discussion_r736646007
##########
File path: project/Dependencies.scala
##########
@@ -50,7 +50,7 @@ object Dependencies {
lazy val test = Seq(
"junit" % "junit" % "4.13.2" % "it,test",
- "com.novocode" % "junit-interface" % "0.11" % "it,test",
+ "com.github.sbt" % "junit-interface" % "0.13.2" % "it,test",
Review comment:
Yes, please make this change! I would prefer the verbosity=1 setting to
be set all the time and developers can dial the verbosity up temporarily in
their checkouts if needed such as your example of adding new tests to verify
they are run.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]