Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 2acba6c

Browse files
authored
Update diff_rules_scala.md
1 parent 5ae83c9 commit 2acba6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/newdocs/diff_rules_scala.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ to completely defer expanding transitive dependency lists until execution time.
1616
* Support test sharding, custom test framework arguments (including options to the JVM itself).
1717
* Supports optional classloader and process-level isolation for tests, similar to sbt's `fork := true`.
1818
* Supports scalafmt.
19-
* Supports Scaladoc. See [#230](https://github.com/bazelbuild/rules_scala/issues/230) and [#256](https://github.com/bazelbuild/rules_scala/issues/256).
2019
* Has consistently formatted code, via buildifier and scalafmt. See [#74](https://github.com/bazelbuild/rules_scala/issues/474).
2120
* Reorganized and simplified file and code structure. Less than 8 KLOC excluding tests and dependency resolutions. (`git ls-files | grep -v '^test\|/maven.bzl$\|*.md' | xargs cat | wc -l`)
2221
* Reorganized Travis CI builds, including better cache reuse.
23-
* Easy dependency managment of internal tools using bazel-deps.
22+
* Easy dependency managment of internal tools using [rules_jvm_external](https://github.com/bazelbuild/rules_jvm_external).

0 commit comments

Comments
 (0)