Bump org.jlleitschuh.gradle.ktlint from 9.1.1 to 9.2.1 (#33)

This commit is contained in:
dependabot-preview[bot] 2020-03-01 15:19:06 +00:00 committed by GitHub
parent 9f6ec320d3
commit 5faddd979c
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.3.61' apply false
id "org.jlleitschuh.gradle.ktlint" version "9.1.1"
id "org.jlleitschuh.gradle.ktlint" version "9.2.1"
id 'com.jfrog.bintray' version '1.8.4'
}