Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `sbt-riffraff-artifact` plugin to v1.1.18 to fix the noisy AWS SDK "Unable to retrieve the requested metadata" error that occurs on starting sbt - see guardian/sbt-riffraff-artifact#68 . Without the fix, we see a big noisy non-fatal error like this: https://gist.github.com/rtyley/13dae25b0531cd644c36626d36d4aa6a * Remove the `-XX:+CMSClassUnloadingEnabled` flag from `.sbtopts`. This option is enabled by default in Java 8 onwards (so there's no point in setting it!) https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html#:~:text=%2DXX%3A%2B-,CMSClassUnloadingEnabled,-Enables%20class%20unloading https://stackoverflow.com/q/3334911/438886 * Remove the obsolete and broken https://repo.typesafe.com/ resolver https://discuss.lightbend.com/t/typesaferepo-https-repo-typesafe-com-typesafe-releases-is-returning-a-404-error/8156 * Remove the superfluous `sbt-coursier` plugin - since sbt 1.3 and above ships with coursier support out-of-the-box (https://get-coursier.io/docs/sbt-coursier), additionally installing the `sbt-coursier` just causes this error: `sbt.internal.IncompatiblePluginsException: Binary incompatibility in plugins detected.` https://gist.github.com/rtyley/46a88f5e0b2ababb243695b4cd155aaa * Tweak `scala-xml` library scheme declaration (to make it more compact) and associated comment (fixing inverted statement)
- Loading branch information