Skip to content

Commit 383f396

Browse files
committed
Updated reporting-api version to 3.8.6, and use scalatest-core instead of scalatest artifact.
1 parent dfdf247 commit 383f396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<maven.plugin.api.version>3.8.6</maven.plugin.api.version>
3636
<maven.core.version>3.8.6</maven.core.version>
3737
<junit.version>4.12</junit.version>
38-
<maven.reporting.api.version>3.0</maven.reporting.api.version>
38+
<maven.reporting.api.version>3.1.1</maven.reporting.api.version>
3939
<maven.enforcer.plugin.version>1.4.1</maven.enforcer.plugin.version>
4040

4141
<java.version>8</java.version>
@@ -97,7 +97,7 @@
9797
</dependency>
9898
<dependency>
9999
<groupId>org.scalatest</groupId>
100-
<artifactId>scalatest_${scala.major.version}</artifactId>
100+
<artifactId>scalatest-core_${scala.major.version}</artifactId>
101101
<version>${scalatest.version}</version>
102102
<scope>test</scope>
103103
</dependency>

0 commit comments

Comments
 (0)