Skip to content

Commit 309e9d9

Browse files
Bump org.jlleitschuh.gradle.ktlint in /unit-api-kotlin
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 f128e19 commit 309e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-api-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
22

33
plugins {
44
kotlin("jvm") version "2.2.20"
5-
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
5+
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"
66

77
id("unit-api.java-conventions")
88

0 commit comments

Comments
 (0)