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

Update sbt-scalafix and sbt versions #3212

Merged
merged 1 commit into from
Dec 14, 2019

Conversation

travisbrown
Copy link
Contributor

Like #3210 but doesn't fail.

I've seen this error in other contexts from sbt 1.3.5:

[error] java.lang.NoClassDefFoundError: org/scalacheck/Test$TestCallback
[error] 	at java.lang.Class.getDeclaredFields0(Native Method)
[error] 	at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
[error] 	at java.lang.Class.getDeclaredFields(Class.java:1916)

…and I'm pretty sure it has something to do with having both ScalaCheck 1.13 and 1.14 dependencies around (in this case via the old scalafix-testkit's dependency on some weird ScalaTest 3.2 version). In any case updating Scalafix seems to fix the issue.

@codecov-io
Copy link

codecov-io commented Dec 14, 2019

Codecov Report

Merging #3212 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3212   +/-   ##
=======================================
  Coverage   93.05%   93.05%           
=======================================
  Files         376      376           
  Lines        7412     7412           
  Branches      192      192           
=======================================
  Hits         6897     6897           
  Misses        515      515
Flag Coverage Δ
#scala_version_212 93.38% <ø> (ø) ⬆️
#scala_version_213 92.82% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2711fb...9483b44. Read the comment docs.

@LukaJCB LukaJCB merged commit 83ba894 into typelevel:master Dec 14, 2019
@travisbrown travisbrown added this to the 2.1.0 milestone Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants