Skip to content

Commit 698203f

Browse files
authored
chore: upgrade ktlint (#510)
1 parent c2eb2e1 commit 698203f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ if (
8282
}
8383
}
8484

85-
val ktlint by configurations.creating
85+
val ktlint by configurations.creating {
86+
attributes {
87+
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
88+
}
89+
}
8690
val ktlintVersion: String by project
8791

8892
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ smithyGradleVersion=0.5.3
2929

3030
# testing/utility
3131
junitVersion=5.6.2
32-
ktlintVersion=0.40.0
32+
ktlintVersion=0.42.1
3333
kotestVersion=4.6.0
3434
kotlinCompileTestingVersion=1.4.0
3535
jacocoVersion=0.8.7

0 commit comments

Comments
 (0)