sbt-quickfix icon indicating copy to clipboard operation
sbt-quickfix copied to clipboard

Update to sbt 1.X

Open Jacoby6000 opened this issue 5 years ago • 1 comments

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

Jacoby6000 avatar Jun 12 '19 18:06 Jacoby6000

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.

Jacoby6000 avatar Jun 12 '19 20:06 Jacoby6000