Skip to content

Commit d9b116e

Browse files
[deps]: Bump org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.3.0
Bumps org.jlleitschuh.gradle.ktlint from 12.1.1 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a14850f commit d9b116e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "jacoco"
44
id "maven-publish"
55
id "org.jetbrains.kotlin.jvm" version "1.9.25"
6-
id "org.jlleitschuh.gradle.ktlint" version "12.1.1"
6+
id "org.jlleitschuh.gradle.ktlint" version "12.3.0"
77
}
88

99
[compileKotlin, compileTestKotlin]*.kotlinOptions*.jvmTarget = "17"

0 commit comments

Comments
 (0)