Skip to content

Commit

Permalink
Bump ktfmt from 0.34 to 0.35
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2022
1 parent 75e925f commit 599de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Expand Up @@ -35,7 +35,7 @@ dependencies {

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

String VER_KTFMT = '0.34'
String VER_KTFMT = '0.35'
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 599de90

Please sign in to comment.