Skip to content

Commit fd303c3

Browse files
chore(deps): bump scalatest-maven-plugin from 2.1.0 to 2.2.0
Bumps [scalatest-maven-plugin](https://github.com/scalatest/scalatest-maven-plugin) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/scalatest/scalatest-maven-plugin/releases) - [Commits](scalatest/scalatest-maven-plugin@release-2.1.0...release-2.2.0) --- updated-dependencies: - dependency-name: org.scalatest:scalatest-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb4fa3b commit fd303c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client-scala/cross/2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.scalatest</groupId>
116116
<artifactId>scalatest-maven-plugin</artifactId>
117-
<version>2.1.0</version>
117+
<version>2.2.0</version>
118118
<configuration>
119119
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
120120
<junitxml>.</junitxml>

client-scala/cross/2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.scalatest</groupId>
116116
<artifactId>scalatest-maven-plugin</artifactId>
117-
<version>2.1.0</version>
117+
<version>2.2.0</version>
118118
<configuration>
119119
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
120120
<junitxml>.</junitxml>

0 commit comments

Comments
 (0)