Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
Browse files Browse the repository at this point in the history
…ion-json to v1.6.0
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 19ed20e commit a8bb75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ dependencies {
compileOnly(libs.ktor.serialization.kotlinx.json)
compileOnly(libs.ktor.network)

api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
api("net.mamoe.yamlkt:yamlkt:0.12.0")
}

0 comments on commit a8bb75b

Please sign in to comment.