Sample of cross build error Working: sbt ++2.11.12 clean test Working: sbt ++2.12.17 clean test Working: sbt ++2.13.10 clean test Not working: sbt +test FIXED: Test / fork := true fixed the problem.