Skip to content

Commit

Permalink
Updated reporting-api version to 3.8.6, and use scalatest-core instea…
Browse files Browse the repository at this point in the history
…d of scalatest artifact.
  • Loading branch information
cheeseng committed Oct 5, 2022
1 parent dfdf247 commit 383f396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<maven.plugin.api.version>3.8.6</maven.plugin.api.version>
<maven.core.version>3.8.6</maven.core.version>
<junit.version>4.12</junit.version>
<maven.reporting.api.version>3.0</maven.reporting.api.version>
<maven.reporting.api.version>3.1.1</maven.reporting.api.version>
<maven.enforcer.plugin.version>1.4.1</maven.enforcer.plugin.version>

<java.version>8</java.version>
Expand Down Expand Up @@ -97,7 +97,7 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.major.version}</artifactId>
<artifactId>scalatest-core_${scala.major.version}</artifactId>
<version>${scalatest.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 383f396

Please sign in to comment.