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
The new release 6.6.0 support cross-compilation. I want to bump the scala version to 2.13.14 by overriding the artifacts. It turns out that it will override for both 2.12.18 and 2.13.14 with the artifacts which are supposed to be just for 2.13.14.
I think it is due to the hardcoded artifacts id
Handling artifact override seems to be a missed feature during multiversion implementation. Until fixed you need to stay with versions that are hardcoded in rules_scala.
The good news is that we will soon bump the scala versions. Additionally we hope to implement a solution that will make the bumps delivered faster.
The specific issue under this ticket should be fixed as well.
The new release 6.6.0 support cross-compilation. I want to bump the scala version to 2.13.14 by overriding the artifacts. It turns out that it will override for both 2.12.18 and 2.13.14 with the artifacts which are supposed to be just for 2.13.14.
I think it is due to the hardcoded artifacts id
rules_scala/scala/private/macros/scala_repositories.bzl
Line 126 in 6c6ba4e
Is there a way to achieve it to use scala 2.13.14?
The text was updated successfully, but these errors were encountered: