Skip to content

Commit 28891d4

Browse files
committed
Updated to use scalatest version 3.2.14, and release version to 3.2.14.0.
1 parent 9fd5b85 commit 28891d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>scalacheck-1-16_2.13</artifactId>
20-
<version>3.2.13.0</version>
20+
<version>3.2.14.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def docTask(docDir: File, resDir: File, projectName: String): File = {
4949
val sharedSettings = Seq(
5050
name := "scalacheck-1.16",
5151
organization := "org.scalatestplus",
52-
version := "3.2.13.0",
52+
version := "3.2.14.0",
5353
homepage := Some(url("https://github.com/scalatest/scalatestplus-scalacheck")),
5454
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
5555
developers := List(
@@ -68,11 +68,11 @@ val sharedSettings = Seq(
6868
),
6969
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
7070
libraryDependencies ++= Seq(
71-
"org.scalatest" %%% "scalatest-core" % "3.2.13",
71+
"org.scalatest" %%% "scalatest-core" % "3.2.14",
7272
"org.scalacheck" %%% "scalacheck" % "1.16.0",
73-
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.13" % "test",
74-
"org.scalatest" %%% "scalatest-funspec" % "3.2.13" % "test",
75-
"org.scalatest" %%% "scalatest-funsuite" % "3.2.13" % "test"
73+
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.14" % "test",
74+
"org.scalatest" %%% "scalatest-funspec" % "3.2.14" % "test",
75+
"org.scalatest" %%% "scalatest-funsuite" % "3.2.14" % "test"
7676
),
7777
// skip dependency elements with a scope
7878
pomPostProcess := { (node: XmlNode) =>

0 commit comments

Comments
 (0)