Skip to content

Commit 82390ae

Browse files
fix(deps): update dependency com.facebook:ktfmt to v0.44
1 parent 7f331a8 commit 82390ae

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
@@ -89,7 +89,7 @@ dependencies {
8989
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
9090
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
9191
// ktfmt
92-
ktfmtCompileOnly "com.facebook:ktfmt:0.43"
92+
ktfmtCompileOnly "com.facebook:ktfmt:0.44"
9393
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
9494
version {
9595
strictly '1.7' // for JDK 8 compatibility

0 commit comments

Comments
 (0)