Bump xmlutil (#839)
Bump xmlutil to version 0.85.0
(cherry picked from commit 928c2a069e)
This commit is contained in:
parent
143489a80b
commit
212c1d3287
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[versions]
|
||||
kotlin_version = "1.8.0"
|
||||
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" }
|
||||
|
|
@ -24,4 +24,4 @@ serialization = ["serialization-json", "serialization-json-okio", "serialization
|
|||
|
||||
[plugins]
|
||||
android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin_version" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin_version" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin_version" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue