Merge pull request #21 from marhali/dependabot/gradle/org.jlleitschuh.gradle.ktlint-10.1.0

Bump org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0
This commit is contained in:
Marcel 2021-07-19 11:12:12 +02:00 committed by GitHub
commit 30f9f5f4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ plugins {
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.17.1"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
}
group = properties("pluginGroup")