Skip to content

Commit 13bf886

Browse files
Bump org.jetbrains.kotlin.plugin.parcelize from 2.1.0 to 2.1.10 (#2935)
Bumps [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e3da72 commit 13bf886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.8.6" apply false
1212
id("com.starter.easylauncher") version "6.4.0" apply false
13-
id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.0" apply false
13+
id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.10" apply false
1414
id("com.google.devtools.ksp") version "2.1.10-1.0.29" apply false
1515
id("org.ajoberstar.grgit") version "5.3.0" apply false
1616
}

0 commit comments

Comments
 (0)