@@ -92,11 +92,14 @@ Find other GitHub projects using `rules_jvm_external`
9292
9393## Prerequisites
9494
95- * Bazel 5.4.1 and above.
95+ * Bazel 6.4.0, up to the current LTS version.
96+ * Support for Bazel versions between ` 5.4 ` and ` 7.x ` is only available on releases ` 6.x ` .
97+ * Support for Bazel versions between ` 4.x ` and ` 5.4 ` is only available on releases ` 5.x ` .
98+ * Support for Bazel versions before ` 4.0.0 ` is only available on releases ` 4.2 ` or earlier.
9699
97- Support for Bazel versions between ` 4.x ` and ` 5.4 ` is only available on rules_jvm_external releases ` 5.x ` .
98-
99- Support for Bazel versions before ` 4.0.0 ` is only available on rules_jvm_external releases ` 4.2 ` or earlier .
100+ ** Compatibility guideline: ** This project aims to be backwards compatible with
101+ the (current LTS - 2) version. If the current LTS version is 8, then we aim to
102+ support versions 6, 7 and 8 .
100103
101104## Usage
102105
@@ -172,7 +175,7 @@ rules_jvm_external_deps(
172175rules_jvm_external_setup()
173176```
174177
175- If you are using ` bzlmod ` , define an ` install ` tag in your root
178+ If you are using ` bzlmod ` , define an ` install ` tag in your root
176179` MODULE.bazel ` which overrides the values:
177180
178181``` python
@@ -184,7 +187,7 @@ maven.install(
184187```
185188
186189Once these changes have been made, repin using `REPIN=1 bazel run
187- @rules_jvm_external_deps//: pin ` and commit the file to your version
190+ @rules_jvm_external_deps//: pin ` and commit the file to your version
188191control system (note that at this point you will need to maintain your
189192customized ` rules_jvm_external_deps_install.json ` ):
190193
0 commit comments