Skip to content

Commit 3b32ee4

Browse files
authored
Update Kotlin version to 1.9.23 (#250)
* Update Kotlin version{ * Update CHANGELOG
1 parent 849f7d5 commit 3b32ee4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Dependencies
66

7+
- Bump Kotlin version from v1.9.21 to v1.9.23 ([#250](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/250))
78
- Bump Java SDK from v7.9.0 to v7.12.0 ([#236](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/236), [#242](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/242))
89
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7120)
910
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.12.0)

buildSrc/src/main/java/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Config {
22
val agpVersion = "7.4.2"
3-
val kotlinVersion = "1.9.21"
4-
val composeVersion = "1.5.11"
3+
val kotlinVersion = "1.9.23"
4+
val composeVersion = "1.6.1"
55
val gradleMavenPublishPluginVersion = "0.18.0"
66

77
val multiplatform = "multiplatform"

0 commit comments

Comments
 (0)