Skip to content

Commit

Permalink
upgrade org.scalacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jun 14, 2024
1 parent 8ee8aba commit 03ec2bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
<artifactId>scalacheck-1-18_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1161,7 +1161,7 @@
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
<artifactId>scalacheck-1-18_${scala.binary.version}</artifactId>
<version>3.2.18.0</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -1210,7 +1210,7 @@
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_${scala.binary.version}</artifactId>
<version>1.17.0</version>
<version>1.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 03ec2bb

Please sign in to comment.