Skip to content

Commit

Permalink
chore(deps): Bump kotlin from 1.9.21 to 1.9.22 (#90)
Browse files Browse the repository at this point in the history
* chore(deps): Bump kotlin from 1.9.10 to 1.9.22

Bumps `kotlin` from 1.9.10 to 1.9.22.

Updates `org.jetbrains.kotlin.android` from 1.9.10 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.9.10...v1.9.22)

Updates `org.jetbrains.kotlin.multiplatform` from 1.9.10 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.9.10...v1.9.22)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Update Compose compiler

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sven Jacobs <github@svenjacobs.com>
  • Loading branch information
dependabot[bot] and svenjacobs authored Feb 8, 2024
1 parent 3aa6c30 commit 117c205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
android-gradle-plugin = "8.2.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2023.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-compiler = "1.5.6" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
androidx-compose-compiler = "1.5.9" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
jetbrains-compose = "1.5.12"
kotlin = "1.9.21"
kotlin = "1.9.22"

[libraries]
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" }
Expand Down

0 comments on commit 117c205

Please sign in to comment.