Skip to content

Commit

Permalink
Bump org.scalatest:scalatest-maven-plugin from 1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [org.scalatest:scalatest-maven-plugin](https://github.com/scalatest/scalatest-maven-plugin) from 1.0 to 2.2.0.
- [Release notes](https://github.com/scalatest/scalatest-maven-plugin/releases)
- [Commits](https://github.com/scalatest/scalatest-maven-plugin/commits/release-2.2.0)

---
updated-dependencies:
- dependency-name: org.scalatest:scalatest-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rzo1 committed Jun 17, 2024
1 parent 7853445 commit 02089b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scala-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>1.0</version>
<version>2.2.0</version>
<configuration>
<forkMode>never</forkMode>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
Expand Down

0 comments on commit 02089b2

Please sign in to comment.