Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 5bebbe2

Browse files
authored
Merge pull request #461 from owncloud/dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-10.2.1
Bump ktlint-gradle from 10.2.0 to 10.2.1
2 parents cc53ed6 + 3aa9e72 commit 5bebbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
maven { url "https://plugins.gradle.org/m2/" }
1111
}
1212
dependencies {
13-
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.0"
13+
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
1414
classpath 'com.android.tools.build:gradle:7.0.4'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616
}

0 commit comments

Comments
 (0)