Skip to content

Commit 99272b2

Browse files
fix(deps): update dependency com.facebook:ktfmt to v0.42
1 parent 6dfa398 commit 99272b2

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
@@ -54,7 +54,7 @@ dependencies {
5454

5555
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
5656

57-
String VER_KTFMT = '0.41'
57+
String VER_KTFMT = '0.42'
5858
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
5959
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
6060
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {

0 commit comments

Comments
 (0)