@@ -808,7 +808,7 @@ Then add to root aggregation: `.aggregate(..., mymodule, mymoduleJS, mymoduleNat
808808 ` publishLocal ` runs. No extra configuration needed
80980961 . ** sbt version is 1.12.1** — Updated from 1.12.0 in
810810 ` project/build.properties `
811- 62 . ** Current release is 1.11.0** — Minor release adding
811+ 62 . ** Release 1.11.0 included ** — Minor release adding
812812 ` validateStringQuick() ` , ` IncrementalValidator ` APIs,
813813 ParentStack caching, and ValidationPass optimizations
81481463 . ** Tests needing external repos download from GitHub** —
@@ -822,3 +822,13 @@ Then add to root aggregation: `.aggregate(..., mymodule, mymoduleJS, mymoduleNat
822822 causes ` ModuleNotFoundError ` at import. Pin
823823 ` TatSu>=5.12.0,<5.17.0 ` in ` requirements.txt ` . CI uses
824824 Python 3.12 (set in ` scala.yml ` )
825+ 65 . ** No ` inline ` on Contents extensions** — ScalaDoc 3.7.4
826+ crashes with NPE in ` ScalaSignatureProvider.methodSignature `
827+ when generating docs for ` inline ` extension methods on
828+ opaque types. Deterministic on Linux x86_64, not macOS
829+ ARM64. Removing ` inline ` fixes it; the compiler optimizes
830+ trivial delegations anyway. Filed as
831+ https://github.com/scala/scala3/issues/25306
832+ 66 . ** Current release is 1.11.1** — Patch release with
833+ PrettifyPass formatting fixes (indent, newlines, commas,
834+ schema) and CI test fixes. Supersedes 1.11.0
0 commit comments