We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdf247 commit 383f396Copy full SHA for 383f396
pom.xml
@@ -35,7 +35,7 @@
35
<maven.plugin.api.version>3.8.6</maven.plugin.api.version>
36
<maven.core.version>3.8.6</maven.core.version>
37
<junit.version>4.12</junit.version>
38
- <maven.reporting.api.version>3.0</maven.reporting.api.version>
+ <maven.reporting.api.version>3.1.1</maven.reporting.api.version>
39
<maven.enforcer.plugin.version>1.4.1</maven.enforcer.plugin.version>
40
41
<java.version>8</java.version>
@@ -97,7 +97,7 @@
97
</dependency>
98
<dependency>
99
<groupId>org.scalatest</groupId>
100
- <artifactId>scalatest_${scala.major.version}</artifactId>
+ <artifactId>scalatest-core_${scala.major.version}</artifactId>
101
<version>${scalatest.version}</version>
102
<scope>test</scope>
103
0 commit comments