Skip to content

Commit

Permalink
Update dependency com.facebook:ktfmt to v0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2022
1 parent 37dac27 commit fa385ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Expand Up @@ -37,7 +37,7 @@ dependencies {

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

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

0 comments on commit fa385ad

Please sign in to comment.