Bump xmlutil (#839)

Bump xmlutil to version 0.85.0
This commit is contained in:
Shamicen 2023-04-10 02:54:57 +02:00 committed by GitHub
parent 3d7b8cd551
commit 928c2a069e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ kotlin_version = "1.8.10"
# TODO: 1.4.1 introduces an issue with cached serializers; see https://github.com/Kotlin/kotlinx.serialization/issues/2065
# TODO: 1.5.0 introduces ExceptionInInitializerError crashes
serialization_version = "1.4.0"
xml_serialization_version = "0.84.3"
xml_serialization_version = "0.85.0"
[libraries]
reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" }