build(deps): bump org.jetbrains.changelog from 1.3.1 to 2.0.0 (#211)

This commit is contained in:
dependabot[bot]
2022-10-31 13:00:51 +00:00
committed by GitHub
parent caef72e1be
commit e4af8dd6da

View File

@@ -39,7 +39,7 @@ plugins {
id("com.google.devtools.ksp") version "${Version.kotlin}-${Version.ksp}"
kotlin("plugin.serialization")
id("com.cookpad.android.plugin.license-tools") version "1.2.8"
id("org.jetbrains.changelog") version "1.3.1"
id("org.jetbrains.changelog") version "2.0.0"
}
val currentBuildUuid = UUID.randomUUID().toString()