Skip to content

Commit f80b45f

Browse files
Update dependency com.facebook:ktfmt to v0.43
1 parent 3226d2b commit f80b45f

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
@@ -65,7 +65,7 @@ dependencies {
6565
jacksonCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
6666
jacksonCompileOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1'
6767

68-
String VER_KTFMT = '0.42'
68+
String VER_KTFMT = '0.43'
6969
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
7070
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
7171
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {

0 commit comments

Comments
 (0)