Dependencies - bump ktlint to 9.3.0

pull/25/head
Jakub Chrzanowski 4 years ago committed by Jakub Chrzanowski
parent 1f28b21bcb
commit ca741cec1a

@ -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

@ -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

Loading…
Cancel
Save