Skip to content

Commit f4622a5

Browse files
Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.3.20 to 2.3.21
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.3.20 to 2.3.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.20...v2.3.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d8b859 commit f4622a5

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
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.20"))
44+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.21"))
4545
implementation("androidx.core:core-ktx:1.18.0")
4646

4747
// Compose BOM (Bill of Materials)

0 commit comments

Comments
 (0)