This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 34286ae  [SPARK-35960][BUILD][TEST] Bump the scalatest version to 3.2.9
34286ae is described below

commit 34286ae5bf120544524a6cfe934755e20eb9f835
Author: Holden Karau <[email protected]>
AuthorDate: Wed Jun 30 21:39:12 2021 -0700

    [SPARK-35960][BUILD][TEST] Bump the scalatest version to 3.2.9
    
    ### What changes were proposed in this pull request?
    
    Bump the scalatest version to 3.2.9
    
    ### Why are the changes needed?
    
    With the scalatestplus change to 3.2.9.0, recent sbt fails to handle the 
mismatch between scalatest and scalatestplus and resolve resulting in 
test:compile errors of not being able to find the org.scalatest package.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    sbt tags/test:compile failed before and passes with this change.
    
    Closes #33163 from holdenk/SPARK-35960-test-compile-sbt-issue.
    
    Authored-by: Holden Karau <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 347c777..48307fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -937,7 +937,7 @@
       <dependency>
         <groupId>org.scalatest</groupId>
         <artifactId>scalatest_${scala.binary.version}</artifactId>
-        <version>3.2.3</version>
+        <version>3.2.9</version>
         <scope>test</scope>
       </dependency>
       <dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to