From 395f32f8d2c263a1325c2d95ad7475074c4b6450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:05:23 +0000 Subject: [PATCH] Bump ktlint from 0.44.0 to 0.46.1 Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.44.0 to 0.46.1. - [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.44.0...0.46.1) --- updated-dependencies: - dependency-name: com.pinterest:ktlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b832775..4412bc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ allprojects { val ktlint by configurations.creating dependencies { - ktlint("com.pinterest:ktlint:0.44.0") { + ktlint("com.pinterest:ktlint:0.46.1") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL)) }