We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892fd96 commit df27881Copy full SHA for df27881
lib/build.gradle
@@ -104,7 +104,7 @@ dependencies {
104
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
105
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
106
// ktfmt
107
- ktfmtCompileOnly "com.facebook:ktfmt:0.53"
+ ktfmtCompileOnly "com.facebook:ktfmt:0.56"
108
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
109
version {
110
strictly '1.7' // for JDK 8 compatibility
0 commit comments