1.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 settrue
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
anddependencyDot
render in color by @sideeffffect in #7301. This can be opted-out usingdependencyDotNodeColors
setting.- Adds softwaremill/tapir.g8 to
sbt new
default menu by @katlasik in #7300 - Makes
sbt new
default menu extensible viatemplateDescriptions
setting key andtemplateRunLocal
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
- Adds
@tailrec
annotation by @xuwei-k in zinc#1209 - Updates Scala versions in scripted tests by @xuwei-k in #7312
- Many typo fixes by @xuwei-k in #7313
- Fixes Scaladoc warnings by @xuwei-k in #7314
- Typo fix in
DEVELOPING.md
by @dongxuwang in #7299 - Avoids deprecated
java.net.URL
constructor by @xuwei-k in #7315 - Refactors
filter
towithFilter
where possible by @xuwei-k in #7317
new contributors
- @andrzejressel made their first contribution in #7280
- @kevin-lee made their first contribution in #7287
- @alexklibisz made their first contribution in #7291
- @dongxuwang made their first contribution in #7299
- @katlasik made their first contribution in #7300
Full Changelog: v1.9.0...v1.9.1