Skip to content

Commit

Permalink
build(deps): bump kotlinVersion from 1.8.22 to 1.9.22
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.8.22 to 1.9.22.

Updates `org.jetbrains.kotlin.android` from 1.8.22 to 1.9.22
- [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.22)

Updates `org.jetbrains.kotlin.kapt` from 1.8.22 to 1.9.22
- [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.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 6297fd0 commit d835b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
daggerVersion = "2.50"
kotlinVersion = "1.8.22"
kotlinVersion = "1.9.22"
}
}

Expand Down

0 comments on commit d835b28

Please sign in to comment.