Dependencies - bump ktlint to 9.3.0

This commit is contained in:
Jakub Chrzanowski 2020-08-06 09:43:06 +02:00 committed by Jakub Chrzanowski
parent 1f28b21bcb
commit ca741cec1a
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
### Changed
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
- Dependencies - bump ktlint to 9.3.0
## [0.3.1]
### Changed

View File

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