recke96 / HemaTournament

This project aims to help the organization of HEMA tournaments by calculating the necessary match-ups, tracking results and schedule matches, possibly spanning multiple tournaments.
European Union Public License 1.2
3 stars 0 forks source link

Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1 #72

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.4.0 -> 0.4.1 age adoption passing confidence

Release Notes

Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime) ### [`v0.4.1`](https://togithub.com/Kotlin/kotlinx-datetime/blob/HEAD/CHANGELOG.md#041) - Update Kotlin dependency to 1.8.21, kotlinx.serialization to 1.5.1 - Support more Kotlin/Native targets: `linuxArm64`, `linuxArm32Hfp`, `watchosDeviceArm64` - Implement [comparable time marks](https://kotlinlang.org/docs/time-measurement.html#measure-differences-in-time) in a time source returned by `Clock.asTimeSource()` ([#​271](https://togithub.com/Kotlin/kotlinx-datetime/pull/271)) - Deprecate `Instant` and `LocalDate` arithmetic operations (`plus` and `minus`) taking `DateTimeUnit` without a number of units ([#​247](https://togithub.com/Kotlin/kotlinx-datetime/pull/247)) - Fix adding small `Duration` to large `Instant` on JS and Native ([#​264](https://togithub.com/Kotlin/kotlinx-datetime/pull/264))

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.



This PR has been generated by Mend Renovate. View repository job log here.