weso / utils

Common Scala utilities used by several weso projects

Home Page:https://www.weso.es/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable compilation and scoverage for scala 2.13.1

labra opened this issue · comments

Compiling with scala 2.13.1 worked but when we enable scoverage, it gave this error.

I tried to use scalac-scoverage-plugin but it seems version 1.4.1 is not yet published and it gave me an error.

A simple solution was to revert to scala 2.13.0, but we added this issue so that as it is repaired, we could move forward ti scala 2.13.1.