Applying this PR will update scala 2.13.0 to 2.13.3. I had to make the bundle class extend scala.annotation.Annotation to make it compile under scala 2.13.1 and higher. Probably because of https://github.com/scala/scala/pull/7546. Also fixed a warning and updated sbt-scoverage to make the build green again.
Coverage remained the same at 95.205% when pulling 9a019bc9a7d65dde5b2792d5921c9fe2e4805181 on Philippus:update/scala-2.13.3 into 155c4ca5596b44cd9855dcca95406c1c19b512a6 on iheartradio:master.
Applying this PR will update scala 2.13.0 to 2.13.3. I had to make the
bundle
class extendscala.annotation.Annotation
to make it compile under scala 2.13.1 and higher. Probably because of https://github.com/scala/scala/pull/7546. Also fixed a warning and updated sbt-scoverage to make the build green again.