-
Notifications
You must be signed in to change notification settings - Fork 240
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
Bump Scala, sbt, and sbt-plugins version #342
Conversation
Codecov Report
@@ Coverage Diff @@
## master #342 +/- ##
=======================================
Coverage 91.27% 91.27%
=======================================
Files 18 18
Lines 871 871
Branches 73 49 -24
=======================================
Hits 795 795
Misses 76 76 Continue to review full report at Codecov.
|
@@ -63,7 +63,7 @@ scalacOptions in (Test, doc) ++= Seq("-groups", "-implicits") | |||
fork in Test := true | |||
|
|||
// This and the next line fix a problem with forked run: https://github.com/scalatest/scalatest/issues/770 | |||
javaOptions in Test ++= Seq("-Xmx2048m", "-XX:ReservedCodeCacheSize=384m", "-XX:MaxPermSize=384m") | |||
javaOptions in Test ++= Seq("-Xmx2048m", "-XX:ReservedCodeCacheSize=384m", "-XX:MaxMetaspaceSize=384m") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MaxPermSize
was deprecated at JDK 8. It was replaced by MaxMetaspaceSize
Hello, any ETA on when this might be merged and released? I'd like to upgrade our Spark-dependent code to Scala 2.12.x, and |
# Conflicts: # .travis.yml
Spark patch version was upgraded at #343 |
Closing this as we upgraded to Spark 3.0 and Scala 2.12. |
Closing this as we upgraded to Spark 3.0 and Scala 2.12. |
We have to update Spark patch version since there are no 2.3.2 and 2.4.0 at mirror site. In the meantime, I update sbt and sbt-plugins' patch version.