From f96d3b09a86045ae9c2d83781fed9bd1d5ba7f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:35:45 +0000 Subject: [PATCH] Bump org.jlleitschuh.gradle:ktlint-gradle from 11.6.0 to 11.6.1 Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.6.0 to 11.6.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09d3d068..d84aa4a3 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { classpath 'com.android.tools.build:gradle:8.1.2' classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.0" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }