Update dependencies - #90
Open
funfix[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.19.0→1.20.03.53.2.1→3.53.4.0v46.2.4→v46.2.5v46.2.63.53.2.1→3.53.4.00.4.1→0.5.0Release Notes
typelevel/scalacheck (org.scalacheck:scalacheck)
v1.20.0Compare Source
What's Changed
usingclause by @xuwei-k in #1144test-interface-sbt-defsinstead oftest-interfaceby @zainab-ali in #1175Updates
New Contributors
Full Changelog: typelevel/scalacheck@v1.19.0...v1.20.0
xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)
v3.53.4.0Compare Source
Changelog
🚀 Features
sqlite
🐛 Fixes
🛠 Build
deps
deps-dev
Contributors
We'd like to thank the following people for their contributions:
Gauthier, Javid Khan
renovatebot/github-action (renovatebot/github-action)
v46.2.5Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
funfix/tasks (org.funfix:tasks-jvm)
v0.5.0This release changes the asynchronous task API and improves cancellation handling.
Breaking changes
AsyncFun<T>now receives a single publicContinuation<? super T>and returnsvoid.Previously, asynchronous functions received an
ExecutorandCompletionCallback, then returned aCancellable.Continuationnow:CompletionCallbackExecutorthroughgetExecutor()invokeOnCancellation()onCancellation(), which signals task completionThis change is source and binary incompatible.
Other changes
2.4.10and kotlinx-coroutines to1.11.0.Full changelog: funfix/tasks@v0.4.1...v0.5.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.