Skip to content

Commit

Permalink
Bumped ktlint to 0.31.0 (ktlint-ruleset-template)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Shyiko committed Mar 11, 2019
1 parent abc2880 commit e8cdf60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ktlint-ruleset-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ configurations {
dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

provided 'com.github.shyiko.ktlint:ktlint-core:0.29.0'
provided 'com.github.shyiko.ktlint:ktlint-core:0.31.0'

testCompile 'org.assertj:assertj-core:3.5.2'
testCompile 'com.github.shyiko.ktlint:ktlint-test:0.29.0'
testCompile 'com.github.shyiko.ktlint:ktlint-test:0.31.0'
testCompile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testCompile('org.jetbrains.spek:spek-junit-platform-engine:1.1.5') {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
}

ktlint 'com.github.shyiko:ktlint:0.29.0'
ktlint 'com.github.shyiko:ktlint:0.31.0'
}

task ktlint(type: JavaExec, dependsOn: classes) {
Expand Down

0 comments on commit e8cdf60

Please sign in to comment.