Skip to content

Commit e20b4d5

Browse files
fix(deps): update dependency com.facebook:ktfmt to v0.56
1 parent 3aef1b4 commit e20b4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
103103
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
104104
// ktfmt
105-
ktfmtCompileOnly "com.facebook:ktfmt:0.53"
105+
ktfmtCompileOnly "com.facebook:ktfmt:0.56"
106106
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
107107
version {
108108
strictly '1.7' // for JDK 8 compatibility

0 commit comments

Comments
 (0)