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
This sbt command was failing with an `InvocationTargetException`:
```
+aws-s3-sdk-v2 / Compile / doc
```
...the 'doc' command is invoked during release, so we need it to work!
This is a known issue: scala/scala3#15288
See also scanamo/scanamo#1643, which looks like
it fixed the issue by downgrading to Scala 3.2.0. Weirdly, this fix did
not seem to work for me when I tried it here.
0 commit comments