Skip to content

Commit df27881

Browse files
fix(deps): update dependency com.facebook:ktfmt to v0.56
1 parent 892fd96 commit df27881

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
@@ -104,7 +104,7 @@ dependencies {
104104
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
105105
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
106106
// ktfmt
107-
ktfmtCompileOnly "com.facebook:ktfmt:0.53"
107+
ktfmtCompileOnly "com.facebook:ktfmt:0.56"
108108
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
109109
version {
110110
strictly '1.7' // for JDK 8 compatibility

0 commit comments

Comments
 (0)