Skip to content

Commit 179663f

Browse files
Bump org.jlleitschuh.gradle.ktlint in the prod-dependencies group
Bumps the prod-dependencies group with 1 update: org.jlleitschuh.gradle.ktlint. Updates `org.jlleitschuh.gradle.ktlint` from 12.2.0 to 12.3.0 --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47815d7 commit 179663f

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
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
33

44
plugins {
55
kotlin("jvm") version "2.1.21"
6-
id("org.jlleitschuh.gradle.ktlint") version "12.2.0"
6+
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
77
id("org.jetbrains.kotlinx.kover") version "0.9.1"
88
}
99

0 commit comments

Comments
 (0)