Skip to content

Commit 1f6ab76

Browse files
Bump ktfmt from 0.34 to 0.35
Bumps [ktfmt](https://github.com/facebookincubator/ktfmt) from 0.34 to 0.35. - [Release notes](https://github.com/facebookincubator/ktfmt/releases) - [Commits](facebook/ktfmt@v0.34...v0.35) --- 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 4600bc3 commit 1f6ab76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

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

38-
String VER_KTFMT = '0.34'
38+
String VER_KTFMT = '0.35'
3939
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
4040
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
4141
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {

0 commit comments

Comments
 (0)