Skip to content

Conversation

andrzejressel
Copy link
Contributor

@andrzejressel andrzejressel commented Jun 3, 2023

Asciinema recording of changes:

sbt

Fixes #7155
Fixes #6644

@lightbend-cla-validator

This comment was marked as resolved.

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andrzejressel!

@eed3si9n eed3si9n merged commit 8ef1f9c into sbt:1.9.x Jun 3, 2023
mergify bot referenced this pull request in slick/slick Jun 26, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sbt/sbt](https://togithub.com/sbt/sbt) | patch | `1.9.0` -> `1.9.1` |

---

### Release Notes

<details>
<summary>sbt/sbt (sbt/sbt)</summary>

### [`v1.9.1`](https://togithub.com/sbt/sbt/releases/tag/v1.9.1): 1.9.1

[Compare Source](https://togithub.com/sbt/sbt/compare/v1.9.0...v1.9.1)

##### Change to Scala CLA

sbt 1.9.1 is the first release of sbt after changing to Scala CLA in
[#&#8203;7306][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 [@&#8203;adpi2][@&#8203;adpi2] in
[#&#8203;7295][7295]
- Fixes scripted test not working when `sbtPluginPublishLegacyMavenStyle
:= false` by [@&#8203;adpi2][@&#8203;adpi2] in [#&#8203;7286][7286]
- Fixes copy-pasting to `sbt console` being slow by
[@&#8203;andrzejressel][@&#8203;andrzejressel] in [#&#8203;7280][7280]
- Fixes missing range in BSP Diagnostic by
[@&#8203;adpi2][@&#8203;adpi2] in [#&#8203;7298][7298]
- Fixes zip64 offset writing by [@&#8203;dwijnand][@&#8203;dwijnand] in
[zinc#&#8203;1206][zinc1206]
- Fixes a typo in the description of `exportPipelining` key by
[@&#8203;alexklibisz][@&#8203;alexklibisz] in [#&#8203;7291][7291]
- `dependencyBrowseGraph` and `dependencyDot` render in color by
[@&#8203;sideeffffect][@&#8203;sideeffffect] in [#&#8203;7301][7301].
This can be opted-out using `dependencyDotNodeColors` setting.
- Adds softwaremill/tapir.g8 to `sbt new` default menu by
[@&#8203;katlasik][@&#8203;katlasik] in [#&#8203;7300][7300]
- Makes `sbt new` default menu extensible via `templateDescriptions`
setting key and `templateRunLocal` input key by
[@&#8203;eed3si9n][@&#8203;eed3si9n] in [#&#8203;7304][7304]
- Adds Hedgehog Scala to default test framework by
[@&#8203;kevin-lee][@&#8203;kevin-lee] in [#&#8203;7287][7287]
- Updates `semanticdbVersion` to 4.7.8 by
[@&#8203;ckipp01][@&#8203;ckipp01] in [#&#8203;7294][7294]
- Updates JNA to 5.13.0 by [@&#8203;xuwei-k][@&#8203;xuwei-k] in
[io#&#8203;346][io346]
- Updates Scala 2.13 for Zinc etc to 2.13.11 by
[@&#8203;mkurz][@&#8203;mkurz] in [#&#8203;7279][7279]
- Updates sbtn to 1.9.0 by [@&#8203;mkurz][@&#8203;mkurz] in
[#&#8203;7290][7290]
- Updates Scala Toolkit to 0.2.0 by [@&#8203;eed3si9n][@&#8203;eed3si9n]
in [#&#8203;7318][7318]

##### Behind the scene

- Adds `@tailrec` annotation by [@&#8203;xuwei-k][@&#8203;xuwei-k] in
[zinc#&#8203;1209][zinc1209]
- Updates Scala versions in scripted tests by
[@&#8203;xuwei-k][@&#8203;xuwei-k] in [#&#8203;7312][7312]
- Many typo fixes by [@&#8203;xuwei-k][@&#8203;xuwei-k] in
[#&#8203;7313][7313]
- Fixes Scaladoc warnings by [@&#8203;xuwei-k][@&#8203;xuwei-k] in
[#&#8203;7314][7314]
- Typo fix in `DEVELOPING.md` by
[@&#8203;dongxuwang][@&#8203;dongxuwang] in [#&#8203;7299][7299]
- Avoids deprecated `java.net.URL` constructor by
[@&#8203;xuwei-k][@&#8203;xuwei-k] in [#&#8203;7315][7315]
- Refactors `filter` to `withFilter` where possible by
[@&#8203;xuwei-k][@&#8203;xuwei-k] in [#&#8203;7317][7317]

#### new contributors

- [@&#8203;andrzejressel](https://togithub.com/andrzejressel) made their
first contribution in
[https://github.com/sbt/sbt/pull/7280](https://togithub.com/sbt/sbt/pull/7280)
- [@&#8203;kevin-lee](https://togithub.com/kevin-lee) made their first
contribution in
[https://github.com/sbt/sbt/pull/7287](https://togithub.com/sbt/sbt/pull/7287)
- [@&#8203;alexklibisz](https://togithub.com/alexklibisz) made their
first contribution in
[https://github.com/sbt/sbt/pull/7291](https://togithub.com/sbt/sbt/pull/7291)
- [@&#8203;dongxuwang](https://togithub.com/dongxuwang) made their first
contribution in
[https://github.com/sbt/sbt/pull/7299](https://togithub.com/sbt/sbt/pull/7299)
- [@&#8203;katlasik](https://togithub.com/katlasik) made their first
contribution in
[https://github.com/sbt/sbt/pull/7300](https://togithub.com/sbt/sbt/pull/7300)

**Full Changelog**: sbt/sbt@v1.9.0...v1.9.1

[@&#8203;eed3si9n]: https://togithub.com/eed3si9n

[@&#8203;Nirvikalpa108]: https://togithub.com/Nirvikalpa108

[@&#8203;adpi2]: https://togithub.com/adpi2

[@&#8203;er1c]: https://togithub.com/er1c

[@&#8203;eatkins]: https://togithub.com/eatkins

[@&#8203;dwijnand]: https://togithub.com/dwijnand

[@&#8203;ckipp01]: https://togithub.com/ckipp01

[@&#8203;mdedetrich]: https://togithub.com/mdedetrich

[@&#8203;xuwei-k]: https://togithub.com/xuwei-k

[@&#8203;julienrf]: https://togithub.com/julienrf

[@&#8203;mkurz]: https://togithub.com/mkurz

[@&#8203;andrzejressel]: https://togithub.com/andrzejressel

[@&#8203;kevin-lee]: https://togithub.com/kevin-lee

[@&#8203;alexklibisz]: https://togithub.com/alexklibisz

[@&#8203;dongxuwang]: https://togithub.com/dongxuwang

[@&#8203;katlasik]: https://togithub.com/katlasik

[@&#8203;sideeffffect]: https://togithub.com/sideeffffect

[7306]: https://togithub.com/sbt/sbt/pull/7306

[7279]: https://togithub.com/sbt/sbt/pull/7279

[7280]: https://togithub.com/sbt/sbt/pull/7280

[7287]: https://togithub.com/sbt/sbt/pull/7287

[7286]: https://togithub.com/sbt/sbt/pull/7286

[7290]: https://togithub.com/sbt/sbt/pull/7290

[7291]: https://togithub.com/sbt/sbt/pull/7291

[7294]: https://togithub.com/sbt/sbt/pull/7294

[7295]: https://togithub.com/sbt/sbt/pull/7295

[7298]: https://togithub.com/sbt/sbt/pull/7298

[7299]: https://togithub.com/sbt/sbt/pull/7299

[7300]: https://togithub.com/sbt/sbt/pull/7300

[7301]: https://togithub.com/sbt/sbt/pull/7301

[7304]: https://togithub.com/sbt/sbt/pull/7304

[7312]: https://togithub.com/sbt/sbt/pull/7312

[7313]: https://togithub.com/sbt/sbt/pull/7313

[7314]: https://togithub.com/sbt/sbt/pull/7314

[7315]: https://togithub.com/sbt/sbt/pull/7315

[7317]: https://togithub.com/sbt/sbt/pull/7317

[7318]: https://togithub.com/sbt/sbt/pull/7318

[io346]: https://togithub.com/sbt/io/pull/346

[zinc1206]: https://togithub.com/sbt/zinc/pull/1206

[zinc1209]: https://togithub.com/sbt/zinc/pull/1209

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/slick/slick).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pasting into Scala shell provided by sbt console is slow It takes sbt a long time to consume long commands issued by IntelliJ
3 participants