Skip to content

Update dependency skie to 0.10.2 #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Fruitties/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlinxDatetime = "0.6.2"
ksp = "2.1.10-1.0.31"
ktorVersion = "3.1.3"
pagingComposeAndroid = "3.3.6"
skie = "0.10.1"
skie = "0.10.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Updating a dependency like SKIE, which is integral to Kotlin-Swift interoperability in this project, to version 0.10.2 is a direct change. However, for such updates, it's highly beneficial to include context in the pull request description. This could involve summarizing the key changes in version 0.10.2 (e.g., bug fixes, new features, performance improvements, or any breaking changes) or providing a direct link to the official release notes.

This practice helps the team understand the potential impact of the update, aids in smoother integration, and simplifies future maintenance or troubleshooting efforts related to this dependency.

sqlite = "2.5.1"
spotless = "7.0.3"
okio = "3.11.0"
Expand Down
Loading