iheartradio / ficus

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

Update scala 2.13.0 to 2.13.4 #141

Closed Philippus closed 3 years ago

Philippus commented 3 years ago

Applying this PR will update scala 2.13.0 to 2.13.4. 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 scala/scala#7546. Also fixed a warning and updated sbt-scoverage to make the build green again. Also added a test to show that the use case in issue #82 now works.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 95.918% when pulling d7b901641d21887d7e1f16ce48e426b5c086db96 on Philippus:issue-82 into cc542fa6a0c118677a94867c631cfd3799170ec5 on iheartradio:master.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.8%) to 95.152% when pulling d7b901641d21887d7e1f16ce48e426b5c086db96 on Philippus:issue-82 into cc542fa6a0c118677a94867c631cfd3799170ec5 on iheartradio:master.

Philippus commented 3 years ago

ping @kailuowang