github sbt/sbt v1.10.2
1.10.2

3 days ago

Changes with compatibility implications

Updates and bug fixes

  • Fixes the attribute key name from serverIdleTimeOut to serverIdleTimeout to match the variable name by @lervag in #7651
  • Fixes incremental Scala-Java mixed compilation that produces JAR directly by @adpi2 in sbt/zinc#1377
  • Fixes over-compilation when using a class directory as a library by @adpi2 in sbt/zinc#1382
  • Perf: Copy bytes directly instead of using scala.reflect.io.Streamable by @rochala in sbt/zinc#1395
  • Includes all sources and resources in source jar by @jroper in #7630
  • Fixes the handling of Optional inter-project dependency in BSP by @adpi2 in #7568
  • Trims spaces around k and v to tolerate extra whitespace in build.properties by @invadergir in #7585
  • Fixes legacy repositories like scala-tools-releases in repositories file blocking sbt from launching by @eed3si9n in sbt/launcher#104
  • Fixes stale BSP diagnostics by @SlowBrainDude in #7610
  • Fixes scripted support for sbt 2.x by @eed3si9n in #7672
  • Avoids using ThreadDeath for future JDK compatibility by @xuwei-k in #7652
  • Avoids using ZipError for future JDK compatibility by @eed3si9n in sbt/zinc#1393

Behind the scenes

New contributors

Full Changelog: v1.10.0...v1.10.2

Don't miss a new sbt release

NewReleases is sending notifications on new releases.