Skip to content

Commit

Permalink
Update dependency sbt/sbt to v1.9.9 (#72)
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.8` -> `1.9.9` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/sbt/sbt/compare/v1.9.8...v1.9.9)

#### Bug fixes

- To fix `console` task on Scala 2.13.13, sbt 1.9.9 backports updates to
JLine 3.24.1 and JAnsi 2.4.0 by
[@&#8203;hvesalai](https://togithub.com/hvesalai) in
[sbt/sbt#7503
/
[sbt/sbt#7502
- To fix sbt 1.9.8's `UnsatisfiedLinkError` with `stat`, sbt 1.9.9
removes native code that was used to get the millisecond-precision
timestamp that was broken
([JDK-8177809](https://bugs.openjdk.org/browse/JDK-8177809)) on JDK 8
prior to [OpenJDK
8u302](https://mail.openjdk.org/pipermail/jdk8u-dev/2021-July/014118.html)
by [@&#8203;eed3si9n](https://togithub.com/eed3si9n) in
[sbt/io#367

**Full Changelog**: sbt/sbt@v1.9.8...v1.9.9

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 14, 2024
1 parent fb75029 commit b1d5b97
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.8
sbt.version=1.9.9

0 comments on commit b1d5b97

Please sign in to comment.