Skip to content

Commit fe5a42f

Browse files
Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.2.21 to 2.3.0
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b97183 commit fe5a42f

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.21"))
45+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.0"))
4646
implementation("androidx.core:core-ktx:1.17.0")
4747

4848
// Compose BOM (Bill of Materials)

0 commit comments

Comments
 (0)