@@ -20,7 +20,7 @@ publishLocal := {}
20
20
val sharedSettings = Seq (
21
21
name := " scalacheck-1.15" ,
22
22
organization := " org.scalatestplus" ,
23
- version := " 3.2.5 .0" ,
23
+ version := " 3.2.6 .0" ,
24
24
homepage := Some (url(" https://github.com/scalatest/scalatestplus-scalacheck" )),
25
25
licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
26
26
developers := List (
@@ -39,11 +39,11 @@ val sharedSettings = Seq(
39
39
),
40
40
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
41
41
libraryDependencies ++= Seq (
42
- " org.scalatest" %%% " scalatest-core" % " 3.2.5 " ,
42
+ " org.scalatest" %%% " scalatest-core" % " 3.2.6 " ,
43
43
" org.scalacheck" %%% " scalacheck" % " 1.15.3" ,
44
- " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.5 " % " test" ,
45
- " org.scalatest" %%% " scalatest-funspec" % " 3.2.5 " % " test" ,
46
- " org.scalatest" %%% " scalatest-funsuite" % " 3.2.5 " % " test"
44
+ " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.6 " % " test" ,
45
+ " org.scalatest" %%% " scalatest-funspec" % " 3.2.6 " % " test" ,
46
+ " org.scalatest" %%% " scalatest-funsuite" % " 3.2.6 " % " test"
47
47
),
48
48
// skip dependency elements with a scope
49
49
pomPostProcess := { (node : XmlNode ) =>
0 commit comments