We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db69a commit a7c5da7Copy full SHA for a7c5da7
src/main/starlark/core/repositories/versions.bzl
@@ -67,11 +67,11 @@ versions = struct(
67
],
68
),
69
PINTEREST_KTLINT = version(
70
- version = "1.5.0",
+ version = "1.6.0",
71
url_templates = [
72
"https://github.com/pinterest/ktlint/releases/download/{version}/ktlint",
73
74
- sha256 = "a16be01dcc480aab2f55f444b620142152f66e31564b3b9376506d624c28a2ad",
+ sha256 = "5ba1ac917a06b0f02daaa60d10abbedd2220d60216af670c67a45b91c74cf8bb",
75
76
KOTLIN_CURRENT_COMPILER_RELEASE = version(
77
version = "2.1.20",
0 commit comments