Skip to content

Commit

Permalink
Bump ktfmt from 0.37 to 0.38
Browse files Browse the repository at this point in the history
Bumps [ktfmt](https://github.com/facebookincubator/ktfmt) from 0.37 to 0.38.
- [Release notes](https://github.com/facebookincubator/ktfmt/releases)
- [Commits](facebook/ktfmt@v0.37...v0.38)

---
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 Jun 13, 2022
1 parent 9778473 commit 70d7c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

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

String VER_KTFMT = '0.37'
String VER_KTFMT = '0.38'
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 70d7c84

Please sign in to comment.