Skip to content

Commit e29790e

Browse files
author
Jaden Peterson
committed
fixup! 288200c Incorporated suggestions
1 parent 3bd9c6d commit e29790e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ register_toolchains(
2020
"//src/main/scala:annex_zinc_3",
2121
)
2222

23-
# Please ensure these stay up-to-date with the versions in `rules/scala/versions.bzl`.
24-
# Unfortunately, `MODULE.bazel` files can't call `load`, so we have to copy them here.
23+
# Please ensure these stay up-to-date with the versions in `/rules/scala/versions.bzl`,
24+
# `/tests/MODULE.bazel`, and `/MODULE.bazel`. Unfortunately, `MODULE.bazel` files can't call `load`,
25+
# so we have to copy them here.
2526
scala_2_12_version = "2.12.19"
2627

2728
scala_2_13_version = "2.13.15"

rules/scala/versions.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Please ensure these stay up-to-date with the versions in `MODULE.bazel` and `tests/MODULE.bazel`.
2-
# Unfortunately, `MODULE.bazel` files can't call `load`, so we have to copy them there.
1+
# Please ensure these stay up-to-date with the versions in `/rules/scala/versions.bzl`,
2+
# `/tests/MODULE.bazel`, and `/MODULE.bazel`. Unfortunately, `MODULE.bazel` files can't call `load`,
3+
# so we have to copy them here.
34
scala_2_12_version = "2.12.19"
45
scala_2_13_version = "2.13.15"
56
scala_3_version = "3.5.2"

tests/MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ register_toolchains(
2626
"//scala:test_zinc_2_13_log_level_debug",
2727
)
2828

29-
# Please ensure these stay up-to-date with the versions in `rules/scala/versions.bzl`.
30-
# Unfortunately, `MODULE.bazel` files can't call `load`, so we have to copy them here.
29+
# Please ensure these stay up-to-date with the versions in `/rules/scala/versions.bzl`,
30+
# `/tests/MODULE.bazel`, and `/MODULE.bazel`. Unfortunately, `MODULE.bazel` files can't call `load`,
31+
# so we have to copy them here.
3132
scala_2_12_version = "2.12.19"
3233

3334
scala_2_13_version = "2.13.15"

0 commit comments

Comments
 (0)