scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
425 stars 126 forks source link

Scala 2.13.7 support #410

Closed SethTisue closed 2 years ago

SethTisue commented 2 years ago

noticed the need for this over at https://github.com/slick/slick/pull/2317

ckipp01 commented 2 years ago

👍🏼 I'll tackle this as soon as https://github.com/scalameta/scalameta/pulls is merged and released. However I'd really like to de-couple this from scalameta, which is only there since I'm using Scalafix.

ckipp01 commented 2 years ago

Alright 1.4.10 of the compiler plugin and 1.9.2 of the sbt plugin have both been released. Should be able to pull them down soon and get 2.13.7 support.