[SPARK-36199][BUILD] Bump scalatest-maven-plugin to 2.0.2

### What changes were proposed in this pull request?
This PR aims to upgrade scalatest-maven-plugin to version 2.0.2.

### Why are the changes needed?
2.0.2 supports build on JDK 11 officially.
- f45ce192f3

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass the CIs.

Closes #33408 from williamhyun/SMP.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This commit is contained in:
William Hyun 2021-07-18 22:14:24 -07:00 committed by Dongjoon Hyun
parent 67e6120a85
commit df8bae0689

View file

@ -162,7 +162,7 @@
<commons.collections.version>3.2.2</commons.collections.version> <commons.collections.version>3.2.2</commons.collections.version>
<scala.version>2.12.14</scala.version> <scala.version>2.12.14</scala.version>
<scala.binary.version>2.12</scala.binary.version> <scala.binary.version>2.12</scala.binary.version>
<scalatest-maven-plugin.version>2.0.0</scalatest-maven-plugin.version> <scalatest-maven-plugin.version>2.0.2</scalatest-maven-plugin.version>
<scalafmt.parameters>--test</scalafmt.parameters> <scalafmt.parameters>--test</scalafmt.parameters>
<!-- for now, not running scalafmt as part of default verify pipeline --> <!-- for now, not running scalafmt as part of default verify pipeline -->
<scalafmt.skip>true</scalafmt.skip> <scalafmt.skip>true</scalafmt.skip>