Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JSON package #215

Closed
rolandtritsch opened this issue Nov 13, 2022 · 1 comment
Closed

Replace JSON package #215

rolandtritsch opened this issue Nov 13, 2022 · 1 comment

Comments

@rolandtritsch
Copy link
Member

[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?

@rolandtritsch
Copy link
Member Author

#232

rolandtritsch added a commit that referenced this issue Dec 19, 2022
* 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant