Skip to content

1.9.1

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 26 Jun 05:41
· 69 commits to 1.9.x since this release
v1.9.1

Change to Scala CLA

sbt 1.9.1 is the first release of sbt after changing to Scala CLA in #7306 etc. A number of contributors to sbt voiced concerns about donating our work to Lightbend after 2022, and Lightbend, Scala Center, and I agreed on changing the contributor license agreement such that the copyright would tranfer to Scala Center, a non-profit organization. sbt and its subcompoments, including Zinc, will remain available under Apache v2 license.

Updates

  • Fixes "Repository for publishing is not specified" error even when publish / skip is set true by @adpi2 in #7295
  • Fixes scripted test not working when sbtPluginPublishLegacyMavenStyle := false by @adpi2 in #7286
  • Fixes copy-pasting to sbt console being slow by @andrzejressel in #7280
  • Fixes missing range in BSP Diagnostic by @adpi2 in #7298
  • Fixes zip64 offset writing by @dwijnand in zinc#1206
  • Fixes a typo in the description of exportPipelining key by @alexklibisz in #7291
  • dependencyBrowseGraph and dependencyDot render in color by @sideeffffect in #7301. This can be opted-out using dependencyDotNodeColors setting.
  • Adds softwaremill/tapir.g8 to sbt new default menu by @katlasik in #7300
  • Makes sbt new default menu extensible via templateDescriptions setting key and templateRunLocal input key by @eed3si9n in #7304
  • Adds Hedgehog Scala to default test framework by @kevin-lee in #7287
  • Updates semanticdbVersion to 4.7.8 by @ckipp01 in #7294
  • Updates JNA to 5.13.0 by @xuwei-k in io#346
  • Updates Scala 2.13 for Zinc etc to 2.13.11 by @mkurz in #7279
  • Updates sbtn to 1.9.0 by @mkurz in #7290
  • Updates Scala Toolkit to 0.2.0 by @eed3si9n in #7318

Behind the scene

new contributors

Full Changelog: v1.9.0...v1.9.1