Skip to content

Commit e0286ee

Browse files
Bump ktfmt from 0.37 to 0.39
Bumps [ktfmt](https://github.com/facebookincubator/ktfmt) from 0.37 to 0.39. - [Release notes](https://github.com/facebookincubator/ktfmt/releases) - [Commits](facebook/ktfmt@v0.37...v0.39) --- updated-dependencies: - dependency-name: com.facebook:ktfmt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa9bb11 commit e0286ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

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

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

0 commit comments

Comments
 (0)