Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 4d31f51

Browse files
Bump kotlin from 1.9.10 to 1.9.20 + moshix 0.25 + jvm target 17 (#56)
* Bump kotlin from 1.9.10 to 1.9.20 Bumps `kotlin` from 1.9.10 to 1.9.20. Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update moshix and jvm target 17 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zac Sweers <[email protected]>
1 parent fa2873f commit 4d31f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
kotlin = "1.9.10"
2+
kotlin = "1.9.20"
33
kotlinx-serialization = "1.6.0"
44
ktfmt = "0.46"
5-
jvmTarget = "11"
6-
moshix = "0.24.3"
5+
jvmTarget = "17"
6+
moshix = "0.25.0"
77
moshi = "1.15.0"
88
tikxml = "0.8.15"
99
xmlutil = "0.86.2"

0 commit comments

Comments
 (0)