Bump org.jlleitschuh.gradle.ktlint from 10.2.0 to 10.2.1 (#110)

This commit is contained in:
dependabot[bot] 2022-02-28 19:39:41 +00:00 committed by GitHub
parent dd87697f59
commit 65f1a02936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.5.31' apply false
id "org.jlleitschuh.gradle.ktlint" version "10.2.0"
id "org.jlleitschuh.gradle.ktlint" version "10.2.1"
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}