Skip to content

Commit e03b8f0

Browse files
Bump org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0 (#15)
Bumps org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a5071c commit e03b8f0

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
@@ -17,7 +17,7 @@ plugins {
1717
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
1818
id("io.gitlab.arturbosch.detekt") version "1.17.1"
1919
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
20-
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
20+
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
2121
}
2222

2323
group = properties("pluginGroup")

0 commit comments

Comments
 (0)