From eabe9b690bc2267750befbc6a8b4ce5a08f6a62c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:32:26 +0000 Subject: [PATCH] Bump ktlint from 0.36.0 to 0.39.0 Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.36.0 to 0.39.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.39.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..e1a6166 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.39.0' // Kotlin std lib implementation 'org.jetbrains.kotlin:kotlin-reflect'