-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40396][BUILD] Update scalatest and scalatestplus related dependencies to use stable version #37842
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
| <groupId>org.scala-lang.modules</groupId> | ||
| <artifactId>scala-xml_${scala.binary.version}</artifactId> | ||
| <version>1.2.0</version> | ||
| <version>2.1.0</version> |
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.
This reverts commit 6ae104c.
|
+1, LGTM. Merging to master. |
|
branch-3.3 uses the abandoned version |
This pr also upgrade scala-xml from 1.20 to 2.1.0, maybe we need try to find a version that doesn't need to upgrade |

What changes were proposed in this pull request?
This pr update
scalatestandscalatestplusrelated dependencies to use stable version as follows:Upgrade
scala-xmlfrom 1.20 to2.1.0to support scalatest 3.2.13Update
org.scalatest:scalatestfrom 3.3.0-SNAP3 to 3.2.13Update
org.scalatestplus:scalacheck-1-15:3.3.0-SNAP3toorg.scalatestplus:scalacheck-1-16:3.2.13.0and upgradescalacheckfrom 1.15.4 to 1.16.0Update
org.scalatestplus:selenium-3-141:3.3.0.0-SNAP3toorg.scalatestplus:selenium-3-141:3.2.10.0and left TODO of SPARK-40397.Why are the changes needed?
Change to use stable version dependencies.
The relevant release notes as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?