Skip to content

Commit 53fcc9e

Browse files
fix: sort use_repo alphabetically in rules_kotlin MODULE.bazel
1 parent 96a1464 commit 53fcc9e

File tree

1 file changed

+1
-1
lines changed
  • misc/bazel/registry/modules/rules_kotlin/2.2.2-codeql.1

1 file changed

+1
-1
lines changed

misc/bazel/registry/modules/rules_kotlin/2.2.2-codeql.1/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ use_repo(
2929
"com_github_google_ksp",
3030
"com_github_jetbrains_kotlin",
3131
"com_github_pinterest_ktlint",
32+
"kotlin_build_tools_impl",
3233
"kotlinx_serialization_core_jvm",
3334
"kotlinx_serialization_json",
3435
"kotlinx_serialization_json_jvm",
35-
"kotlin_build_tools_impl",
3636
)
3737

3838
register_toolchains("//kotlin/internal:default_toolchain")

0 commit comments

Comments
 (0)