Skip to content

Commit 4caa1e6

Browse files
Update dependency com.facebook:ktfmt to v0.48
1 parent 1990b0f commit 4caa1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/io/cloudshiftdev/gradle/conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
val ktfmt: Configuration by configurations.creating
1111

12-
dependencies { ktfmt("com.facebook:ktfmt:0.44") }
12+
dependencies { ktfmt("com.facebook:ktfmt:0.48") }
1313

1414
tasks {
1515
// ensure Kotlin workflow scripts are executed to keep the generated yaml up-to-date

0 commit comments

Comments
 (0)