Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Bump org.jetbrains.kotlin:kotlin-serialization from 1.9.21 to 1.9.22 #580

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
// Use their Maven coordinates (plus versions), not Gradle plugin IDs!
// This should be the only place that Gradle plugin versions are defined, so they are aligned across all build scripts
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.21")
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.22")
}

val gradleJvmTarget = 17
Expand Down