Skip to content

Commit b2bbb8b

Browse files
authored
Update KtLint to 1.5.0 (#1281)
1 parent 2d41fbc commit b2bbb8b

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.3.1",
70+
version = "1.5.0",
7171
url_templates = [
7272
"https://github.com/pinterest/ktlint/releases/download/{version}/ktlint",
7373
],
74-
sha256 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1",
74+
sha256 = "a16be01dcc480aab2f55f444b620142152f66e31564b3b9376506d624c28a2ad",
7575
),
7676
KOTLIN_CURRENT_COMPILER_RELEASE = version(
7777
version = "2.1.20",

0 commit comments

Comments
 (0)