Skip to content

Commit bf75671

Browse files
chore(deps): update kotlin to v2.2.10 (#369)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | org.jetbrains.kotlin.multiplatform | `2.2.0` -> `2.2.10` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin/2.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin/2.2.0/2.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzemiński <[email protected]> Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent 0d4effc commit bf75671

File tree

2 files changed

+220
-144
lines changed

2 files changed

+220
-144
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsEnvSpec
33
import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootEnvSpec
44

55
plugins {
6-
kotlin("multiplatform") version "2.2.0"
7-
kotlin("plugin.serialization") version "2.2.0"
6+
kotlin("multiplatform") version "2.2.10"
7+
kotlin("plugin.serialization") version "2.2.10"
88
id("io.kotest") version "6.0.0"
9-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
9+
id("com.google.devtools.ksp") version "2.2.10-2.0.2"
1010
distribution
1111
}
1212

0 commit comments

Comments
 (0)