iheartradio / ficus

Scala-friendly companion to Typesafe config
MIT License
327 stars 55 forks source link

Update scala 2.13.0 to 2.13.3 #126

Closed Philippus closed 3 years ago

Philippus commented 4 years ago

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.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.205% when pulling 9a019bc9a7d65dde5b2792d5921c9fe2e4805181 on Philippus:update/scala-2.13.3 into 155c4ca5596b44cd9855dcca95406c1c19b512a6 on iheartradio:master.

Philippus commented 3 years ago

Superseded by https://github.com/iheartradio/ficus/pull/141.