@@ -6,7 +6,7 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
6
6
val sharedSettings = Seq (
7
7
name := " scalacheck-1.15" ,
8
8
organization := " org.scalatestplus" ,
9
- version := " 3.2.2 .0" ,
9
+ version := " 3.2.3 .0" ,
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-scalacheck" )),
11
11
licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
12
12
developers := List (
@@ -25,11 +25,11 @@ val sharedSettings = Seq(
25
25
),
26
26
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
27
27
libraryDependencies ++= Seq (
28
- " org.scalatest" %%% " scalatest-core" % " 3.2.2 " ,
28
+ " org.scalatest" %%% " scalatest-core" % " 3.2.3 " ,
29
29
" org.scalacheck" %%% " scalacheck" % " 1.15.0" ,
30
- " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.2 " % " test" ,
31
- " org.scalatest" %%% " scalatest-funspec" % " 3.2.2 " % " test" ,
32
- " org.scalatest" %%% " scalatest-funsuite" % " 3.2.2 " % " test"
30
+ " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.3 " % " test" ,
31
+ " org.scalatest" %%% " scalatest-funspec" % " 3.2.3 " % " test" ,
32
+ " org.scalatest" %%% " scalatest-funsuite" % " 3.2.3 " % " test"
33
33
),
34
34
// skip dependency elements with a scope
35
35
pomPostProcess := { (node : XmlNode ) =>
0 commit comments