You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/newdocs/diff_rules_scala.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ to completely defer expanding transitive dependency lists until execution time.
16
16
* Support test sharding, custom test framework arguments (including options to the JVM itself).
17
17
* Supports optional classloader and process-level isolation for tests, similar to sbt's `fork := true`.
18
18
* 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).
20
19
* Has consistently formatted code, via buildifier and scalafmt. See [#74](https://github.com/bazelbuild/rules_scala/issues/474).
21
20
* 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`)
22
21
* 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