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
Someone at my company was experimenting with the code and they found that if we extract WebIdentityTokenFileCredentialsProvider.builder into a variable, then everything works again.
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.3.0
but I've also tried with3.2.0
,3.1.0
and3.0.0
.I couldn't reproduce it with Scala
2.13.11
.Minimized code
SBT dependency:
Repo with all the code: https://github.com/ricardoitv/cyclic-reference-involving-object/tree/without-sbt-native-packager
Output
Expectation
The error is reproducible by running
sbt doc
but I've bumped into it when runningsbt stage
(sbt-native-packager
version1.9.16
).It looks similar to this issue: #15288
The text was updated successfully, but these errors were encountered: