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 2d41fbc commit b2bbb8bCopy full SHA for b2bbb8b
src/main/starlark/core/repositories/versions.bzl
@@ -67,11 +67,11 @@ versions = struct(
67
],
68
),
69
PINTEREST_KTLINT = version(
70
- version = "1.3.1",
+ version = "1.5.0",
71
url_templates = [
72
"https://github.com/pinterest/ktlint/releases/download/{version}/ktlint",
73
74
- sha256 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1",
+ sha256 = "a16be01dcc480aab2f55f444b620142152f66e31564b3b9376506d624c28a2ad",
75
76
KOTLIN_CURRENT_COMPILER_RELEASE = version(
77
version = "2.1.20",
0 commit comments