Skip to content

Commit 15037a8

Browse files
authored
Merge pull request #249 from Hepolise/dependabot/gradle/main/org.jetbrains.kotlin-kotlin-bom-2.3.20
Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.3.10 to 2.3.20
2 parents a8be222 + 7848c2d commit 15037a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10"))
44+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.20"))
4545
implementation("androidx.core:core-ktx:1.18.0")
4646

4747
// Compose BOM (Bill of Materials)

0 commit comments

Comments
 (0)