From d6ea7f665d129aa25a06d2ff75e4c55abdc34e2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:16:42 +0000 Subject: [PATCH] Bump ktlint from 0.36.0 to 0.40.0 Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.36.0 to 0.40.0. - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/compare/0.36.0...0.40.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4cded90..5017cae 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ ext['mockito.version'] = '2.24.0' // https://github.com/mockito/mockito/issues/1 dependencies { // Linting - ktlint 'com.pinterest:ktlint:0.36.0' + ktlint 'com.pinterest:ktlint:0.40.0' // Kotlin std lib implementation 'org.jetbrains.kotlin:kotlin-reflect'