1.4.3
- From sbt 1.4.3, scripted tests are executed in batch by default. Use
scriptedBatchExecution := false
to opt-out, andscriptedParallelInstances
to increase parallelism #6054 by @eatkins - Updates to Coursier 2.0.6 #6036 by @jtjeferreira
- Fixes IntelliJ import on Windows #6051 by @eatkins
- Fixes the dependency resolution in metabuild #6085 by @eed3si9n
- Removes "duplicate compilations" assertion to work around Play issue zinc#940 by @johnduffell
- Fixes GC monitor warnings #6082 by @nafg
- Fixes
--no-colors
#6044 by @eatkins - Fixes tab completion under
-Dsbt.color=false
#6068 by @eatkins - Fixes the cancellation of
console
task #6073 by @eatkins - Fixes
console
task under-Dci=true
#6067 by @eatkins - Optimizes
knownProducts
for direct-to-JAR compilation zinc#939 by @retronym - Start server when
active.json
is removed #6041 by @eatkins