0.7.6 #6

Merged
altavir merged 11 commits from dev into master 2021-02-06 16:25:34 +03:00
Showing only changes of commit f1fa7e96b5 - Show all commits

View File

@ -16,9 +16,7 @@ object KScienceVersions {
object Serialization{ object Serialization{
const val xmlVersion = "0.80.1" const val xmlVersion = "0.80.1"
@Deprecated("Use yamlKt instead")
const val yamlVersion = "0.21.0"
const val bsonVersion = "0.4.4" const val bsonVersion = "0.4.4"
const val yamlKtVersion = "0.7.5" const val yamlKtVersion = "0.7.6"
} }
} }