Skip to content

Commit 7389847

Browse files
Bump org.jlleitschuh.gradle.ktlint from 13.1.0 to 14.0.1
Bumps org.jlleitschuh.gradle.ktlint from 13.1.0 to 14.0.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a20fe7 commit 7389847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
66
plugins {
77
alias(libs.plugins.kotlin)
88
alias(libs.plugins.shadow.jar)
9-
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
9+
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"
1010
application
1111
}
1212

0 commit comments

Comments
 (0)