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 2d32ccd commit e1c70eeCopy full SHA for e1c70ee
lib/build.gradle
@@ -101,7 +101,7 @@ dependencies {
101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
102
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
103
// ktfmt
104
- ktfmtCompileOnly "com.facebook:ktfmt:0.53"
+ ktfmtCompileOnly "com.facebook:ktfmt:0.56"
105
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
106
version {
107
strictly '1.7' // for JDK 8 compatibility
0 commit comments