Skip to content

Commit 9f7142a

Browse files
dependabot[bot]leo-bogastry
authored andcommitted
chore(deps): bump org.jlleitschuh.gradle:ktlint-gradle
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.3.2 to 12.1.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eacd564 commit 9f7142a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
// root-level build.gradle
2-
buildscript {
3-
repositories {
4-
maven {
5-
url "https://plugins.gradle.org/m2/"
6-
}
7-
}
8-
dependencies {
9-
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.2"
10-
}
11-
}
12-
132
plugins {
14-
id("org.jlleitschuh.gradle.ktlint-idea") version "11.6.1"
3+
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
154
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
165
id 'com.github.autostyle' version '3.2'
176
id 'application'

0 commit comments

Comments
 (0)