Skip to content

Commit

Permalink
Update dependency sbt/sbt to v1.9.3 (#46)
Browse files Browse the repository at this point in the history
[![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.2` -> `1.9.3` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/sbt/sbt/compare/v1.9.2...v1.9.3)

##### Actionable diagnostics (aka quickfix)

Actionable diagnostics, or quickfix, is an area in Scala tooling that's
been getting attention since Chris Kipp presented it in the March 2023
Tooling Summit. Chris has written the [roadmap][actionable] and sent
[sbt/sbt#7242][7242] that kickstarted the effort, but now there's been
steady progress in [Build Server Protocol][bsp527],
[Dotty](https://togithub.com/lampepfl/dotty/issues/17337), [Scala
2.13](https://togithub.com/scala/scala/pull/10406/), IntelliJ, Zinc,
etc. Metals 1.0.0, for example, is now capable of surfacing code actions
as a quickfix.

sbt 1.9.3 adds a new interface called `AnalysisCallback2` to relay code
actions from the compiler(s) to Zinc's Analysis file. Future version of
Scala 2.13.x (and hopefully Scala 3) will release with proper code
actions, but as a demo I've implemented a code action for procedure
syntax usages even on current Scala 2.13.11 with `-deprecation` flag.

This was contributed by Eugene Yokota
([@&#8203;eed3si9n](https://togithub.com/eed3si9n)) in
[zinc#1226][zinc1226]. Special thanks to [@&#8203;lrytz][@&#8203;lrytz]
for identifying this issue in
[zinc#1214](https://togithub.com/sbt/zinc/discussions/1214).

#### other updates

- Adds M1/M2/Aarch64 build of sbtn into the installer by
[@&#8203;julienrf](https://togithub.com/julienrf) in
[sbt/sbt#7329
- Fixes scripted tests timing out after 5 minutes by
[@&#8203;eed3si9n](https://togithub.com/eed3si9n) in
[sbt/sbt#7336

**Full Changelog**: sbt/sbt@v1.9.2...v1.9.3

[@&#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;lrytz]: https://togithub.com/lrytz

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

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

[zinc1186]: https://togithub.com/sbt/zinc/pull/1186

[zinc1226]: https://togithub.com/sbt/zinc/pull/1226

[bsp527]:
https://togithub.com/build-server-protocol/build-server-protocol/pull/527

[actionable]:
https://contributors.scala-lang.org/t/roadmap-for-actionable-diagnostics/6172/1

</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/cwienberg/spark-sorting-helpers).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 24, 2023
1 parent a55d853 commit 9383a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.2
sbt.version=1.9.3

0 comments on commit 9383a50

Please sign in to comment.