-
Couldn't load subscription status.
- Fork 1.4k
scala 2.12.7 and sbt 1.2.3 #275
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
Conversation
|
Ergh, scalajs?.. It's interesting why did it appear in 2.11 build.
Such a dependency shouldn't appear at all. This is interesting, I will investigate. |
|
Also I've noticed an irrelated problem This doesn't break the build but seemt like there is a minor classpath issue after @Kaishh contribution. |
405404d to
4725123
Compare
|
@jdegoes : job done. Please consider - 2.11 build cannot be run on JDK10 because of the compiler bugs. Also there is an annoying scalafmt issue rejecting valid code: Will try to fix it. |
|
Okay, workarounded scalafmt issue, relevant link: scalameta/scalafmt#1292 Not sure if it is good enough though. |
|
@jdegoes: done |
|
Can you squash related commits? :) |
|
I may. Though I thought you use |
scalajs 0.6.26 scala 2.12.7 warnings considered scala 2.12.7 warnings considered scala 2.12.7 warnings considered scalafmt applied, scalac (or scalafmt) workaround fs2 1.0.0-M5 scalafmt reapplied fs2 compat scalafmt reapplied
f81a92b to
ee015cd
Compare
|
Done. Why not to set squashing as default policy? |
|
Oh, nvm, I could have. I had meant to group into logical commits but it's OK :) I guess the sbt commit would have been extremely trivial :D |
|
@pshirshov Thanks, Paul! |
Just a minor update. 2.12.7 has fixed some jdk 10 compatibility issues, so there is no reason not to update.