Skip to content

Commit 2f1a901

Browse files
Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.2.10 to 2.2.20 (#166)
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.2.20 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 bb108e3 commit 2f1a901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
}
4343

4444
dependencies {
45-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10"))
45+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.20"))
4646
implementation("androidx.core:core-ktx:1.17.0")
4747

4848
// Compose BOM (Bill of Materials)

0 commit comments

Comments
 (0)