Update yamlkt to 0.9.0

This commit is contained in:
Him188 2021-04-08 01:48:46 +08:00
parent ffef5c00db
commit b17e60cbc9

View File

@ -38,7 +38,7 @@ object Versions {
const val junit = "5.4.2"
@Suppress("SpellCheckingInspection")
const val yamlkt = "0.7.5"
const val yamlkt = "0.9.0"
const val intellijGradlePlugin = "0.7.2"
}