[jvm-packages] Update scalatest to 3.2.15 (#8925)

---------

Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
This commit is contained in:
Emil Ejbyfeldt
2023-04-20 16:16:56 +02:00
committed by GitHub
parent 564df59204
commit a84a1fde02
22 changed files with 46 additions and 42 deletions

View File

@@ -69,7 +69,7 @@ pom_template = """
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_${{scala.binary.version}}</artifactId>
<version>3.0.8</version>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
<dependency>