Skip to content

Commit f7cf43b

Browse files
authored
Merge pull request #132 from Hepolise/dependabot/gradle/main/org.jetbrains.kotlin-kotlin-bom-2.2.0
Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.1.21 to 2.2.0
2 parents 07f8bb1 + 66a1cf8 commit f7cf43b

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
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.1.21"))
38+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.0"))
3939
implementation("androidx.core:core-ktx:1.16.0")
4040

4141
// Compose BOM (Bill of Materials)

0 commit comments

Comments
 (0)