Skip to content

Commit

Permalink
Merge pull request #10 from OptimumCode/main
Browse files Browse the repository at this point in the history
Update versions for google-java-format-jdk11, detekt and ktlint
  • Loading branch information
dustinsand committed Aug 9, 2023
2 parents b9a8dea + 29f1c63 commit 6409d02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-channel/detekt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"central"
],
"dependencies": [
"io.gitlab.arturbosch.detekt:detekt-cli:1.22.0"
"io.gitlab.arturbosch.detekt:detekt-cli:1.23.1"
]
}
2 changes: 1 addition & 1 deletion .pre-commit-channel/google-java-format-jdk11.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"central"
],
"dependencies": [
"com.google.googlejavaformat:google-java-format:1.16.0"
"com.google.googlejavaformat:google-java-format:1.17.0"
]
}
2 changes: 1 addition & 1 deletion .pre-commit-channel/ktlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"central"
],
"dependencies": [
"com.pinterest:ktlint:0.48.2"
"com.pinterest:ktlint:0.50.0"
]
}

0 comments on commit 6409d02

Please sign in to comment.