You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[warn] .../sbt-coveralls/src/main/scala/org/scoverage/coveralls/CIService.scala:40:38: class JSONObject in package json is deprecated (since 1.0.6): Use The Scala Library Index to find alternatives: https://index.scala-lang.org/
[warn] .../sbt-coveralls/src/main/scala/org/scoverage/coveralls/CIService.scala:39:16: object JSON in package json is deprecated (since 1.0.6): Use The Scala Library Index to find alternatives: https://index.scala-lang.org/
These two warnings need to het fixed. Any takers?
The text was updated successfully, but these errors were encountered:
* Update/Upgrade/Refresh all releases.
* Adding a test case to safe-guard the refactoring.
* Replace deprecated json lib with circe.
* '8' fails (jgit: UnsupportedClassVersionError). Upgrade to '18'.
* '8' fails (jgit: UnsupportedClassVersionError). Upgrade to ...
... openjdk@1.17.
* Refresh sbt-scoverage-samples (with longer sleep to make test pass).
* Improve readability ((re)using match instead of flatMap).
These two warnings need to het fixed. Any takers?
The text was updated successfully, but these errors were encountered: