Bump org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0

Bumps org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-11 06:44:16 +00:00 committed by Jakub Chrzanowski
parent 49eecef1cc
commit b070f42c32

View File

@ -15,7 +15,7 @@ plugins {
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html // detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.15.0" id("io.gitlab.arturbosch.detekt") version "1.15.0"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "9.4.1" id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
} }
// Import variables from gradle.properties file // Import variables from gradle.properties file