Using #Scala with #Bazel has never been easier! :rocket:
The latest [rules_scala](https://github.com/bazel-contrib/rules_scala) release now supports #Bzlmod, streamlining setup & maintenance of your Scala builds. (1/2)
GitHub - bazel-contrib/rules_scala: Scala rules for Bazel

Scala rules for Bazel. Contribute to bazel-contrib/rules_scala development by creating an account on GitHub.

GitHub

After a lot of work, I've finally landed a release of #Bazel #rules_prerender which is compatible with #aspect_rules_js! https://github.com/dgp1130/rules_prerender/releases/tag/releases%2F0.0.17

This has been a long time coming, and the issue shows how big a change this was (https://github.com/dgp1130/rules_prerender/issues/48). It didn't help that I kept getting distracted with other things and forgot everything I was doing. 😅

#aspect_rules_js does seem like a solid improvement and it sets up #rules_prerender for a lot of awesome improvements in the future (#ESM, #bzlmod, better bundling, etc.) Super excited about where we can take this next!

Shout out to @alexeagle and Greg Magolan (who I don't think is on Mastodon?) for their help, couldn't have done it without you!

Release 0.0.17 · dgp1130/rules_prerender

Upgrades @rules_prerender to use @aspect_rules_js under the hood instead of @build_bazel_rules_nodejs (see #48). This means applications need to use @aspect_rules_js-ecosystem rules such as ts_proj...

GitHub