Mark Smithson
Mark Smithson
In the Scala book, `Unit` is used in the Sample Pizza class example on this page https://docs.scala-lang.org/overviews/scala-book/enumerations-pizza-class.html. This has not previously been explained. Perhaps it could be described on the...
Using this workspace file and Bazel 5.3 on MacOS ``` workspace( name = "maven_workspace", ) load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") RULES_JVM_EXTERNAL_TAG = "4.5" RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6" http_archive( name = "rules_jvm_external", strip_prefix = "rules_jvm_external-%s"...