Skip to content

Commit 90c802d

Browse files
Update dependency com.facebook:ktfmt to v0.40
1 parent 3a1104f commit 90c802d

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
@@ -37,7 +37,7 @@ dependencies {
3737

3838
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0'
3939

40-
String VER_KTFMT = '0.39'
40+
String VER_KTFMT = '0.40'
4141
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
4242
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
4343
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {

0 commit comments

Comments
 (0)