Skip to content

Commit a7c5da7

Browse files
authored
Update KtLint to 1.6.0 (#1319)
1 parent 75db69a commit a7c5da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/starlark/core/repositories/versions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ versions = struct(
6767
],
6868
),
6969
PINTEREST_KTLINT = version(
70-
version = "1.5.0",
70+
version = "1.6.0",
7171
url_templates = [
7272
"https://github.com/pinterest/ktlint/releases/download/{version}/ktlint",
7373
],
74-
sha256 = "a16be01dcc480aab2f55f444b620142152f66e31564b3b9376506d624c28a2ad",
74+
sha256 = "5ba1ac917a06b0f02daaa60d10abbedd2220d60216af670c67a45b91c74cf8bb",
7575
),
7676
KOTLIN_CURRENT_COMPILER_RELEASE = version(
7777
version = "2.1.20",

0 commit comments

Comments
 (0)