Gergely Fábián
Gergely Fábián
Thanks @SethTisue, I can confirm that with `2.13.17-bin-f5faa03` the error is gone. I just need to document how one can use a "nightly" Scala version with rules_scala.
I haven't seen a warning though, as compiling this code.
How one can use a "nightly" Scala version... Patch file for rules_scala itself. ```patch diff --git a/scala/scala_cross_version.bzl b/scala/scala_cross_version.bzl index f7d8980..42188f2 100644 --- a/scala/scala_cross_version.bzl +++ b/scala/scala_cross_version.bzl @@ -21,6 +21,7 @@ def...
> It happens to be the case that `rules_scala` already has support for turning off ijars, but it's main purpose is to help with Scala macros (as you need to...
The proposed solutions could close this issue as they could provide a general way to do this properly with `rules_scala`.
Created a PR with the second solution in #1753
As #1753 is merged, now you also have a clean way to enable inlining scala targets by specifying the `build_ijar` attribute as `False` for a `scala_library` target that is to...
Be aware of the probable phishing attempt above.
Reproduction is here: https://github.com/gergelyfabian/bazel-scala-example/tree/bazel-9.0 Check it out and run: ``` REPIN=1 bazel run @maven//:pin ```