Skip to content

Commit c4a030e

Browse files
chore: update ktlint version (#17)
1 parent f5020c3 commit c4a030e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hypertrace/gradle/code/style/CodeStylePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private void configureFormatting(SpotlessExtension spotlessExtension) {
4040
{
4141
try {
4242
format
43-
.ktlint("0.50.0")
43+
.ktlint("1.6.0")
4444
.editorConfigOverride(
4545
new HashMap<String, Object>() {
4646
{

0 commit comments

Comments
 (0)