Skip to content

Commit

Permalink
Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 1.8.22 to 1.9.20
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 20d434e commit 62a679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.20"))

implementation project(path: ':lib')
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down

0 comments on commit 62a679a

Please sign in to comment.