Skip to content

Commit 117c205

Browse files
chore(deps): Bump kotlin from 1.9.21 to 1.9.22 (#90)
* 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] <[email protected]> * chore: Update Compose compiler --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sven Jacobs <[email protected]>
1 parent 3aa6c30 commit 117c205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
android-gradle-plugin = "8.2.1"
33
androidx-activity = "1.8.2"
44
androidx-compose-bom = "2023.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
5-
androidx-compose-compiler = "1.5.6" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
5+
androidx-compose-compiler = "1.5.9" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
66
jetbrains-compose = "1.5.12"
7-
kotlin = "1.9.21"
7+
kotlin = "1.9.22"
88

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

0 commit comments

Comments
 (0)