Skip to content

Commit c8030b9

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] <support@github.com>
1 parent 73c2f5c commit c8030b9

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
@@ -5,7 +5,7 @@ plugins {
55
val kotlinVersion = "2.2.10"
66
id("org.jetbrains.kotlin.jvm") version kotlinVersion
77
id("org.jetbrains.dokka") version "2.0.0"
8-
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
8+
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"
99
kotlin("plugin.serialization") version kotlinVersion
1010
`maven-publish`
1111
jacoco

0 commit comments

Comments
 (0)