sbt-quickfix
sbt-quickfix copied to clipboard
Update to sbt 1.X
Main changes happened to the QuickFixLogger
it is now called QuickFixAppender
since sbt 1.x uses appenders instead of loggers. Additionally, now the message has to be parsed a tiny bit, which is unfortunate.
see: https://github.com/dscleaver/sbt-quickfix/pull/28/files#diff-32c5bd06b93543724d364436bb9509a3R40
One weird thing is that I see this with test errors now:
java.lang.NoClassDefFoundError: org/scalatest/exceptions/StackDepth
but I've verified that StackDepth
is on my classpath from scalatest.